remove obsolete compile-targets rule

SVN-Revision: 6305
This commit is contained in:
Mike Baker 2007-02-16 01:06:23 +00:00
parent 657f223880
commit 7d3d765935

View file

@ -48,9 +48,7 @@ all: compile
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
prereq: $(PREREQ_PACKAGES)
download: $(DOWNLOAD_PACKAGES)
compile-targets: $(COMPILE_PACKAGES)
compile:
$(MAKE) compile-targets
compile: $(COMPILE_PACKAGES)
install-targets: $(INSTALL_PACKAGES)
install: