Remove old Makefile rules.

This commit is contained in:
Mike Pall 2012-08-26 11:58:58 +02:00
parent 4c882fe714
commit dad6645098
2 changed files with 2 additions and 9 deletions

View File

@ -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
##############################################################################

View File

@ -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.