Explorar o código

remove hardcoded package name

SVN-Revision: 5879
Felix Fietkau %!s(int64=19) %!d(string=hai) anos
pai
achega
2a09c35cc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/Makefile

+ 1 - 1
package/Makefile

@@ -51,7 +51,7 @@ download: $(DOWNLOAD_PACKAGES)
 compile-targets: $(COMPILE_PACKAGES)
 compile-targets: $(COMPILE_PACKAGES)
 compile:
 compile:
 	$(MAKE) compile-targets
 	$(MAKE) compile-targets
-install-targets: base-files-install $(INSTALL_PACKAGES)
+install-targets: $(INSTALL_PACKAGES)
 install:
 install:
 	rm -rf $(BUILD_DIR)/root
 	rm -rf $(BUILD_DIR)/root
 	$(MAKE) install-targets
 	$(MAKE) install-targets