summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1999-11-09 14:00:59 +0000
committerDamien Doligez <damien.doligez-inria.fr>1999-11-09 14:00:59 +0000
commita68fec227c615c86e337ce628a64514cdf5e16d4 (patch)
tree5ffcd7b7e10246a8799536109680b6c5e6b5f366
parent976baf152d7f0ed8fccea95764c570d7d4767e4a (diff)
Leger bug dans depend.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2507 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--asmrun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile
index 390038ccf..b92930fff 100644
--- a/asmrun/Makefile
+++ b/asmrun/Makefile
@@ -152,7 +152,7 @@ clean::
clean::
rm -f *.o *.a *~
-depend: $(COBJS:.o=.c)
+depend: $(COBJS:.o=.c) ${LINKEDFILES}
gcc -MM $(FLAGS) *.c > .depend
gcc -MM $(FLAGS) -DDEBUG *.c | sed -e 's/\.o/.d.o/' >> .depend
gcc -MM $(FLAGS) -DDEBUG *.c | sed -e 's/\.o/.p.o/' >> .depend