summaryrefslogtreecommitdiffstats
path: root/camlp4/Makefile
diff options
context:
space:
mode:
authorDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-12-22 18:29:29 +0000
committerDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-12-22 18:29:29 +0000
commit98bc4a533fa3523b16865414b17c0a036da308f9 (patch)
tree9d9140eee11946e2ff2afbc79f8aebdd5f2074dd /camlp4/Makefile
parent7607a5b6f510e247b50e6028519d480283364bac (diff)
-
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4183 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'camlp4/Makefile')
-rw-r--r--camlp4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlp4/Makefile b/camlp4/Makefile
index a2d319916..c50c76fa1 100644
--- a/camlp4/Makefile
+++ b/camlp4/Makefile
@@ -133,7 +133,8 @@ bootstrap_sources:
sed 's-../boot-../../boot-g' > Makefile; \
sed 's/# $$Id.*\$$/# $(TXTGEN)/' ../../$$i/Makefile.Mac | \
sed 's-:boot-::boot-g' > Makefile.Mac; \
- cp ../../$$i/.depend .); \
+ cp ../../$$i/.depend . ; \
+ cp ../../$$i/Makefile.Mac.depend .); \
done
@-for i in $(FDIRS); do \
(cd $$i; \