diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-20 07:00:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-20 07:00:30 +0000 |
commit | 3ee67516f3e5e90c826e388b715867743f6187ac (patch) | |
tree | a5811568423d50234c0a706153f87c907631440d /package | |
parent | 49166d75b6920d2058d89c4735bdb528c8a65d88 (diff) |
remove hardcoded package name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 34eba4e3b..eafd8cbe6 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 |