aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile6
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:
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.