summaryrefslogtreecommitdiffstats
path: root/package/expat
diff options
context:
space:
mode:
authorThomas Petazzoni2010-09-08 00:52:27 +0200
committerThomas Petazzoni2010-09-27 15:32:32 +0200
commit478ea1a12dffca0025c0ad55ad702cbaec465f93 (patch)
treef6f9f4b1f5c5d1e5fe80d853446410af3615f62f /package/expat
parentautotargets: don't use install-strip (diff)
downloadbuildroot-478ea1a12dffca0025c0ad55ad702cbaec465f93.tar.gz
buildroot-478ea1a12dffca0025c0ad55ad702cbaec465f93.tar.xz
buildroot-478ea1a12dffca0025c0ad55ad702cbaec465f93.zip
packages: remove unneeded _INSTALL_TARGET_OPT definitions
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/expat')
-rw-r--r--package/expat/expat.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 5d68e3664..f82a904e0 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -10,7 +10,6 @@ EXPAT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/exp
EXPAT_LIBTOOL_PATCH = NO
EXPAT_INSTALL_STAGING = YES
EXPAT_INSTALL_TARGET = YES
-# no install-strip / install-exec
EXPAT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) installlib
EXPAT_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) installlib