Skip to content
Snippets Groups Projects
Commit 8733456b authored by Florian Fainelli's avatar Florian Fainelli
Browse files

fix quilt installation on all platforms

SVN-Revision: 17405
parent e326ff3f
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,11 @@ define Host/Configure ...@@ -21,11 +21,11 @@ define Host/Configure
endef endef
define Host/Compile define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files
endef endef
define Host/Install define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install
endef endef
define Host/Clean define Host/Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment