1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/ocaml-expat/files/patch-Makefile
Volker Stolz 0ad6db7f9e Update to 0.9.1
PR:		ports/79858
Submitted by:	maintainer
2005-04-14 12:06:06 +00:00

12 lines
290 B
Plaintext

--- Makefile.orig Wed Apr 13 11:14:20 2005
+++ Makefile Wed Apr 13 11:15:49 2005
@@ -32,7 +34,7 @@
allopt: $(XARCHIVE)
depend: *.c *.ml *.mli
- gcc -MM *.c > depend
+ $(CC) -I$(EXPAT_INCDIR) -I$(CAML_INCDIR) -MM *.c > depend
$(OCAMLDEP) *.mli *.ml >> depend
## Library creation