summaryrefslogtreecommitdiffstats
path: root/package/pcre
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-20 11:53:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-20 11:53:16 +0000
commite337d002fe4f258897f9d7ac5292e243b88b4cfd (patch)
treefb40c9c695fa7cf5e018b5174dcc201539cd61ef /package/pcre
parentfc7bf9e3254aec9325a2bbf26d0aece41d434855 (diff)
downloadbuildroot-novena-e337d002fe4f258897f9d7ac5292e243b88b4cfd.tar.gz
buildroot-novena-e337d002fe4f258897f9d7ac5292e243b88b4cfd.zip
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/pcre.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index 414f12e4b..dd473b491 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -8,7 +8,6 @@ PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
PCRE_INSTALL_STAGING = YES
PCRE_INSTALL_TARGET = YES
-PCRE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
# pcre will use the host g++ if a cross version isn't available