From: Felix Fietkau Date: Wed, 20 Dec 2006 07:00:30 +0000 (+0000) Subject: remove hardcoded package name X-Git-Tag: reboot~30206 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=2a09c35cc925dafaf265e2637f07bed93ab3a578;p=lede-git%2F.git 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