git.annexia.org
/
perl4caml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafc0bd
)
Updated deps.
author
rich
<rich>
Sun, 12 Oct 2003 11:57:07 +0000
(11:57 +0000)
committer
rich
<rich>
Sun, 12 Oct 2003 11:57:07 +0000
(11:57 +0000)
.depend
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.depend
b/.depend
index
70e2493
..
719dda0
100644
(file)
--- a/
.depend
+++ b/
.depend
@@
-1,4
+1,4
@@
perl.cmo: perl.cmi
perl.cmx: perl.cmi
-test.cmo: perl.cmi
-test.cmx: perl.cmx
+
examples/
test.cmo: perl.cmi
+
examples/
test.cmx: perl.cmx
diff --git
a/Makefile
b/Makefile
index
9a18d46
..
3f00efc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
# Interface to Perl from OCaml.
# Copyright (C) 2003 Merjis Ltd.
-# $Id: Makefile,v 1.
3 2003-10-12 11:56:26
rich Exp $
+# $Id: Makefile,v 1.
4 2003-10-12 11:57:07
rich Exp $
include Makefile.config
@@
-56,4
+56,4
@@
endif
depend: .depend
.depend: $(wildcard *.ml) $(wildcard *.mli)
- $(OCAMLDEP) *.mli *.ml > .depend
+ $(OCAMLDEP) *.mli *.ml
examples/*.ml
> .depend