remove hardcoded package name
SVN-Revision: 5879
This commit is contained in:
parent
4323774d59
commit
2a09c35cc9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue