From: Felix Fietkau Date: Wed, 20 Dec 2006 07:00:30 +0000 (+0000) Subject: remove hardcoded package name X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a2e33ed46cbe1ac706bd5177df164f3e2d529908;p=15.05%2Fopenwrt.git remove hardcoded package name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/Makefile b/package/Makefile index 34eba4e3b1..eafd8cbe6e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -51,7 +51,7 @@ download: $(DOWNLOAD_PACKAGES) compile-targets: $(COMPILE_PACKAGES) compile: $(MAKE) compile-targets -install-targets: base-files-install $(INSTALL_PACKAGES) +install-targets: $(INSTALL_PACKAGES) install: rm -rf $(BUILD_DIR)/root $(MAKE) install-targets