diff src/build-bison.mk @ 4172:4117faf76988

default-octave-1-inttypes.patch: Remove obsolete patch file.
author John W. Eaton <jwe@octave.org>
date Fri, 08 Jul 2016 10:24:12 -0400
parents 22c899db98b5
children 0e56fe2d2ef5
line wrap: on
line diff
--- a/src/build-bison.mk	Fri Jul 08 07:51:57 2016 -0400
+++ b/src/build-bison.mk	Fri Jul 08 10:24:12 2016 -0400
@@ -20,5 +20,5 @@
     cd    '$(1).build' && '$(1)/configure' \
         --prefix='$(BUILD_TOOLS_PREFIX)'
     $(MAKE) -C '$(1).build' -j '$(JOBS)'
-    $(MAKE) -C '$(1).build' -j 1 install
+    $(MAKE) -C '$(1).build' -j 1 install DESTDIR='$(3)'
 endef