0ad6db7f9e
PR: ports/79858 Submitted by: maintainer
11 lines
290 B
Text
11 lines
290 B
Text
--- 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
|