aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-20 07:00:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-20 07:00:30 +0000
commita2e33ed46cbe1ac706bd5177df164f3e2d529908 (patch)
treea5811568423d50234c0a706153f87c907631440d /package/Makefile
parent86709475a5510b3b5b8a8ca89144f6296846c394 (diff)
downloadupstream-a2e33ed46cbe1ac706bd5177df164f3e2d529908.tar.gz
upstream-a2e33ed46cbe1ac706bd5177df164f3e2d529908.tar.bz2
upstream-a2e33ed46cbe1ac706bd5177df164f3e2d529908.zip
remove hardcoded package name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
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