summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-06-16 09:42:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-06-16 09:42:16 +0000
commit0a8aeba8a5f7d84257d6ba0ceafec7565155d144 (patch)
tree158a13b125d86e3eb1d7d4678e02a4f57290cfbe /rules/commoncpp2.make
parentd653394beccc3f68b0beb28ee5b3a649b73d1504 (diff)
downloadptxdist-0a8aeba8a5f7d84257d6ba0ceafec7565155d144.tar.gz
ptxdist-0a8aeba8a5f7d84257d6ba0ceafec7565155d144.tar.xz
* commoncpp2.make:
install ccgnu2-config git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5796 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index bfcbb8bd4..028bea6d8 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -64,7 +64,7 @@ COMMONCPP2_ENV := $(CROSS_ENV)
#
# autoconf
#
-COMMONCPP2_AUTOCONF = $(CROSS_AUTOCONF_USR)
+COMMONCPP2_AUTOCONF := $(CROSS_AUTOCONF_USR)
ifndef PTXCONF_COMMONCPP2_LIBZ
COMMONCPP2_AUTOCONF += --without-compression
@@ -102,6 +102,7 @@ commoncpp2_install: $(STATEDIR)/commoncpp2.install
$(STATEDIR)/commoncpp2.install: $(commoncpp2_install_deps_default)
@$(call targetinfo, $@)
@$(call install, COMMONCPP2)
+ install -m755 -D $(COMMONCPP2_DIR)/src/ccgnu2-config $(PTXCONF_HOST_PREFIX)/bin/ccgnu2-config
@$(call touch, $@)
# ----------------------------------------------------------------------------