diff options
author | Mike Pall <mike> | 2012-08-26 11:58:58 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-08-26 11:58:58 +0200 |
commit | dad66450981325405c50fe75955e1d0bd3ffb423 (patch) | |
tree | 6f9abfb00c78060a8ef02ed42186383b814735f1 /src | |
parent | 4c882fe71406a923f07c8e9a0b9189036e0ba386 (diff) | |
download | luajit-dad66450981325405c50fe75955e1d0bd3ffb423.tar.gz luajit-dad66450981325405c50fe75955e1d0bd3ffb423.tar.bz2 luajit-dad66450981325405c50fe75955e1d0bd3ffb423.zip |
Remove old Makefile rules.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index bb617516..bfb03e9a 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -566,10 +566,6 @@ amalg: | |||
566 | clean: | 566 | clean: |
567 | $(HOST_RM) $(ALL_RM) | 567 | $(HOST_RM) $(ALL_RM) |
568 | 568 | ||
569 | # Temporary rule for migration from old file layout. | ||
570 | cleaner: clean | ||
571 | $(HOST_RM) buildvm* | ||
572 | |||
573 | depend: | 569 | depend: |
574 | @for file in $(ALL_HDRGEN); do \ | 570 | @for file in $(ALL_HDRGEN); do \ |
575 | test -f $$file || touch $$file; \ | 571 | test -f $$file || touch $$file; \ |
@@ -584,7 +580,7 @@ depend: | |||
584 | test -s $$file || $(HOST_RM) $$file; \ | 580 | test -s $$file || $(HOST_RM) $$file; \ |
585 | done | 581 | done |
586 | 582 | ||
587 | .PHONY: default all amalg clean cleaner depend | 583 | .PHONY: default all amalg clean depend |
588 | 584 | ||
589 | ############################################################################## | 585 | ############################################################################## |
590 | # Rules for generated files. | 586 | # Rules for generated files. |