mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
0ad6db7f9e
PR: ports/79858 Submitted by: maintainer
12 lines
290 B
Plaintext
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
|