changeset 2950:1e4435f029c1

install shared libraries for libgnurx
author John W. Eaton <jwe@octave.org>
date Tue, 08 Jan 2013 20:38:38 -0500
parents e94cce61e308
children 01a2b5484d88
files src/libgnurx.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgnurx.mk	Mon Jan 07 21:00:39 2013 -0500
+++ b/src/libgnurx.mk	Tue Jan 08 20:38:38 2013 -0500
@@ -22,5 +22,6 @@
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)'
-    $(MAKE) -C '$(1)' -f Makefile.mxe -j '$(JOBS)' TARGET=$(TARGET) bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= install-static
+    $(MAKE) -C '$(1)' -f Makefile.mxe -j '$(JOBS)' TARGET=$(TARGET) bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+    $(MAKE) -C '$(1)' -f Makefile.mxe -j '$(JOBS)' TARGET=$(TARGET) bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= install install-static
 endef