summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-08-29 14:30:21 -0700
committerVincent Sanders <vince@kyllikki.org>2014-08-29 14:30:21 -0700
commit6cf757e6f023c31870128c6223eb51f94c3f2f80 (patch)
tree5b8f861c280d03c2cd9feee7c0fcf492246ed4cb /Makefile
parent67e26b0b6bdf7866c97653646a8988de4b53a494 (diff)
downloadnetsurf-all-6cf757e6f023c31870128c6223eb51f94c3f2f80.tar.gz
netsurf-all-6cf757e6f023c31870128c6223eb51f94c3f2f80.tar.bz2
fix host tools to be built with host tools rulesrelease/3.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 627578a..ff7f351 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ $(TMP_PREFIX)/build-stamp:
mkdir -p $(TMP_PREFIX)/lib
mkdir -p $(TMP_PREFIX)/bin
$(foreach L,$(NSLIB_TARG),$(call do_prefix_install,$(L)))
- $(foreach L,$(NSHOST_TARG),$(call do_prefix_install,$(L)))
+ $(foreach L,$(NSHOST_TARG),$(call do_host_prefix_install,$(L)))
$(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) $(NETSURF_CONFIG)
touch $@