From: David Given Date: Wed, 28 Dec 2016 19:16:15 +0000 (+0000) Subject: Correctly export PREFIX to the Lua build system. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=49dd5724ca3c0116ce213d08ce894620a570be72;p=ack.git Correctly export PREFIX to the Lua build system. --- diff --git a/Makefile b/Makefile index 4399f0c28..59b4e1a57 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ $(BUILDDIR)/build.$(BUILDSYSTEM): first/ackbuilder.lua Makefile $(BUILD_FILES) $ INSDIR=$(INSDIR) \ PLATIND=$(PLATIND) \ PLATDEP=$(PLATDEP) \ + PREFIX=$(PREFIX) \ AR=$(AR) \ CC=$(CC) \ > $(BUILDDIR)/build.$(BUILDSYSTEM)