aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
151clean: 151clean:
152 $(MAKE) -C src clean 152 $(MAKE) -C src clean
153 153
154cleaner: 154.PHONY: all install amalg clean
155 $(MAKE) -C src cleaner
156
157.PHONY: all install amalg clean cleaner
158 155
159############################################################################## 156##############################################################################
diff --git a/src/Makefile b/src/Makefile
index bb617516..bfb03e9a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -566,10 +566,6 @@ amalg:
566clean: 566clean:
567 $(HOST_RM) $(ALL_RM) 567 $(HOST_RM) $(ALL_RM)
568 568
569# Temporary rule for migration from old file layout.
570cleaner: clean
571 $(HOST_RM) buildvm*
572
573depend: 569depend:
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.