diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-20 07:00:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-20 07:00:30 +0000 |
commit | a2e33ed46cbe1ac706bd5177df164f3e2d529908 (patch) | |
tree | a5811568423d50234c0a706153f87c907631440d /package/Makefile | |
parent | 86709475a5510b3b5b8a8ca89144f6296846c394 (diff) | |
download | master-187ad058-a2e33ed46cbe1ac706bd5177df164f3e2d529908.tar.gz master-187ad058-a2e33ed46cbe1ac706bd5177df164f3e2d529908.tar.bz2 master-187ad058-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/Makefile | 2 |
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 |