summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-08-26 11:58:58 +0200
committerMike Pall <mike>2012-08-26 11:58:58 +0200
commitdad66450981325405c50fe75955e1d0bd3ffb423 (patch)
tree6f9abfb00c78060a8ef02ed42186383b814735f1
parent4c882fe71406a923f07c8e9a0b9189036e0ba386 (diff)
downloadluajit2-dad66450981325405c50fe75955e1d0bd3ffb423.tar.gz
Remove old Makefile rules.
-rw-r--r--Makefile5
-rw-r--r--src/Makefile6
2 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index d0974b8b..4517ac57 100644
--- a/Makefile
+++ b/Makefile
@@ -151,9 +151,6 @@ amalg:
clean:
$(MAKE) -C src clean
-cleaner:
- $(MAKE) -C src cleaner
-
-.PHONY: all install amalg clean cleaner
+.PHONY: all install amalg clean
##############################################################################
diff --git a/src/Makefile b/src/Makefile
index bb617516..bfb03e9a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -566,10 +566,6 @@ amalg:
clean:
$(HOST_RM) $(ALL_RM)
-# Temporary rule for migration from old file layout.
-cleaner: clean
- $(HOST_RM) buildvm*
-
depend:
@for file in $(ALL_HDRGEN); do \
test -f $$file || touch $$file; \
@@ -584,7 +580,7 @@ depend:
test -s $$file || $(HOST_RM) $$file; \
done
-.PHONY: default all amalg clean cleaner depend
+.PHONY: default all amalg clean depend
##############################################################################
# Rules for generated files.