changeset 2861:18e1f9937a9c

Install pcre-config in $(PREFIX)/bin so it can be used for cross compiling other packages.
author John W. Eaton <jwe@octave.org>
date Thu, 15 Nov 2012 18:06:01 -0500
parents c2976176699e
children e93d77b61f17
files src/pcre.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pcre.mk	Thu Nov 15 18:04:52 2012 -0500
+++ b/src/pcre.mk	Thu Nov 15 18:06:01 2012 -0500
@@ -33,4 +33,5 @@
         --disable-pcretest-libreadline
     rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/pcre16*.3
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+    $(INSTALL) -m755 $(PREFIX)/$(TARGET)/bin/pcre-config $(PREFIX)/bin/pcre-config
 endef