diff src/gnuplot.mk @ 2990:5329f4891fb7

build our own bison and flex
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2013 14:30:06 -0400
parents 848118c648ae
children 4f9b72cf7ee7
line wrap: on
line diff
--- a/src/gnuplot.mk	Mon May 20 11:32:05 2013 -0400
+++ b/src/gnuplot.mk	Thu May 23 14:30:06 2013 -0400
@@ -24,4 +24,9 @@
     $(INSTALL) -m755 '$(1)/config/mingw/wgnuplot.exe' '$(PREFIX)/$(TARGET)/bin/'
     $(INSTALL) -m644 '$(1)/config/mingw/wgnuplot.mnu' '$(PREFIX)/$(TARGET)/bin/'
 
+    $(INSTALL) -d '$(PREFIX)/../gnuplot/bin'
+    $(INSTALL) -m755 '$(1)/config/mingw/gnuplot.exe' '$(PREFIX)/../gnuplot/bin/'
+    $(INSTALL) -m755 '$(1)/config/mingw/wgnuplot.exe' '$(PREFIX)/../gnuplot/bin/'
+    $(INSTALL) -m644 '$(1)/config/mingw/wgnuplot.mnu' '$(PREFIX)/../gnuplot/bin/'
+
 endef