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 | 2a09c35cc925dafaf265e2637f07bed93ab3a578 (patch) | |
tree | af718fcb66a7c62a90df99192f8778ae93a40627 /package/Makefile | |
parent | 4323774d5953f0228a99ca0da502b1e2962bb9f3 (diff) | |
download | upstream-2a09c35cc925dafaf265e2637f07bed93ab3a578.tar.gz upstream-2a09c35cc925dafaf265e2637f07bed93ab3a578.tar.bz2 upstream-2a09c35cc925dafaf265e2637f07bed93ab3a578.zip |
remove hardcoded package name
SVN-Revision: 5879
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 |