diff options
| author | Gaëtan Gilbert | 2019-02-06 11:09:04 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-06 11:09:20 +0100 |
| commit | 37b900aeda68ae1e067a7770c16c11ea327a14dc (patch) | |
| tree | a66281e16286651cb079550ddc6fff45541a80d4 /Makefile.install | |
| parent | 740ec848acc0b127fad7ba5b703bc00364126c71 (diff) | |
Fix #9486: Makefile.install should not have a target foo
Diffstat (limited to 'Makefile.install')
| -rw-r--r-- | Makefile.install | 3 |
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) |
