rules.mk: Shuffle dependencies

- Add dependency all: all.done
  - Declare all install clean distclean .PHONY
This commit is contained in:
Jan Lindemann 2007-09-10 14:49:22 +00:00 committed by Jan Lindemann
commit fb3f8d82d6

View file

@ -4,12 +4,13 @@
# $Id$
# -- standard targets
all: all.done
all:
install: all
clean:
distclean: clean
.PHONY: all install clean distclean
# -- phony targets
echo_all:
@ -299,4 +300,3 @@ $(INSTALLED_PROFILE_PATH_SCRIPT): $(TOPDIR)/profiledir.done
$(SYSCONFIG_DIR)/%: %
$(INSTALL) -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@