From: Felix Fietkau Date: Wed, 20 Dec 2006 07:00:30 +0000 (+0000) Subject: remove hardcoded package name X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e600770e212d792032449c339da9aa4590b0ff52;hp=100179ce3b1ffdee08b64d87b5a362e54cbdf70c remove hardcoded package name SVN-Revision: 5879 --- 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