Browse Source

remove hardcoded package name

SVN-Revision: 5879
Felix Fietkau 19 years ago
parent
commit
2a09c35cc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/Makefile

+ 1 - 1
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