1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:02:20 +03:00

remove obsolete compile-targets rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6305 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2007-02-16 01:06:23 +00:00
parent 3e032c51fe
commit 29aa86591f

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: