From 2af6a05dd54ea9d97fe954c02b21a11be4380fea Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 26 Apr 2014 00:29:01 +0100 Subject: make the nsgenbind install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd9881a..03297ca 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ $(TMP_PREFIX)/build-stamp: mkdir -p $(TMP_PREFIX)/lib mkdir -p $(TMP_PREFIX)/bin $(foreach L,$(NSLIB_TARG),$(call do_prefix_install,$(L))) - $(MAKE) --directory=$(NSGENBIND_TARG) PREFIX=$(TMP_PREFIX) + $(MAKE) install --directory=$(NSGENBIND_TARG) PREFIX=$(TMP_PREFIX) $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) touch $@ -- cgit v1.2.3