aboutsummaryrefslogtreecommitdiff
path: root/Makefile.make
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-03 21:52:11 +0000
committerGitHub2021-03-03 21:52:11 +0000
commitbb4e1a76802a5440605264320ed528331ec0e2b7 (patch)
treea4ee40409c92afc6e563cac698e4ed08713cf051 /Makefile.make
parenta5bea627d1fe742229497b466ca24b470c20d269 (diff)
parentab98d847d237af3cd0e46edef42218be65cfc98f (diff)
Merge PR #12567: [build] Split stdlib to it's own package.
Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: gares Ack-by: LasseBlaauwbroek Ack-by: silene Ack-by: vbgl
Diffstat (limited to 'Makefile.make')
-rw-r--r--Makefile.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.make b/Makefile.make
index 5e45e71c8c..9f0e06dffc 100644
--- a/Makefile.make
+++ b/Makefile.make
@@ -187,10 +187,10 @@ Makefile $(wildcard Makefile.*) config/Makefile : ;
###########################################################################
# OCaml dev files
###########################################################################
-camldevfiles: $(MERLINFILES) META.coq
+camldevfiles: $(MERLINFILES) META.coq-core
# prevent submake dependency
-META.coq.in $(MERLININFILES): ;
+META.coq-core.in $(MERLININFILES): ;
.merlin: .merlin.in
cp -a "$<" "$@"
@@ -198,7 +198,7 @@ META.coq.in $(MERLININFILES): ;
%/.merlin: %/.merlin.in
cp -a "$<" "$@"
-META.coq: META.coq.in
+META.coq-core: META.coq-core.in
cp -a "$<" "$@"
###########################################################################
@@ -222,7 +222,7 @@ cruftclean: mlgclean
rm -f gmon.out core
camldevfilesclean:
- rm -f $(MERLINFILES) META.coq
+ rm -f $(MERLINFILES) META.coq-core
indepclean:
rm -f $(GENFILES)