aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0da3ac0914..be1ee4ef26 100644
--- a/Makefile
+++ b/Makefile
@@ -112,10 +112,10 @@ ifdef CM_STAGE1
$(CAML_OBJECT_PATTERNS): always
$(call stage-template,1)
-%.ml4.preprocessed: stage1
+%.ml4-preprocessed: stage1
$(call stage-template,2)
else
-$(CAML_OBJECT_PATTERNS) %.ml4.preprocessed: stage1
+$(CAML_OBJECT_PATTERNS) %.ml4-preprocessed: stage1
$(call stage-template,2)
endif
@@ -177,7 +177,7 @@ clean-ide:
rm -f ide/utf8_convert.ml
ml4clean:
- rm -f $(ML4FILESML) $(ML4FILESML:.ml=.ml4.preprocessed)
+ rm -f $(ML4FILESML) $(ML4FILESML:.ml=.ml4-preprocessed)
ml4depclean:
find . -name '*.ml4.d' | xargs rm -f