aboutsummaryrefslogtreecommitdiff
path: root/Makefile.install
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-06 11:09:04 +0100
committerGaëtan Gilbert2019-02-06 11:09:20 +0100
commit37b900aeda68ae1e067a7770c16c11ea327a14dc (patch)
treea66281e16286651cb079550ddc6fff45541a80d4 /Makefile.install
parent740ec848acc0b127fad7ba5b703bc00364126c71 (diff)
Fix #9486: Makefile.install should not have a target foo
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.install b/Makefile.install
index b6e2ec2aeb..f289442aea 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -100,9 +100,6 @@ INSTALLCMX = $(sort $(filter-out checker/% ide/% tools/% dev/% \
configure.cmx toplevel/coqtop_byte_bin.cmx plugins/extraction/big.cmx, \
$(filter %.cmx, $(GRAMMLFILES:.ml=.cmx)) $(MLFILES:.ml=.cmx)))
-foo:
- @echo $(INSTALLCMX)
-
install-devfiles:
$(MKDIR) $(FULLBINDIR)
$(MKDIR) $(FULLCOQLIB)