remove obsolete compile-targets rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6305 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2007-02-16 01:06:23 +00:00
parent ad08183ee8
commit 94c0142c20
1 changed files with 1 additions and 3 deletions

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: