summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorfche <fche>2007-04-18 19:04:20 +0000
committerfche <fche>2007-04-18 19:04:20 +0000
commita3e695acfb5cd62bc8476279d092f9fa7df74487 (patch)
treea46c21b83cda933d7f8c0e6c1fb45e73ba6d5339 /Makefile.in
parent9e98eb72a7aeca4d95e17b5d518e2c5585113be7 (diff)
downloadsystemtap-steved-a3e695acfb5cd62bc8476279d092f9fa7df74487.tar.gz
systemtap-steved-a3e695acfb5cd62bc8476279d092f9fa7df74487.tar.xz
systemtap-steved-a3e695acfb5cd62bc8476279d092f9fa7df74487.zip
2007-04-18 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am (install-elfutils): Use $INSTALL_PROGRAM to copy elfutils shared libraries, as suggested by Perry Cheng <perryche@us.ibm.com>.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9016f7cf..c84f4592 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1325,8 +1325,9 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
@BUILD_ELFUTILS_TRUE@.PHONY: install-elfutils
@BUILD_ELFUTILS_TRUE@install-elfutils:
@BUILD_ELFUTILS_TRUE@ mkdir -p $(pkglibdir)
-@BUILD_ELFUTILS_TRUE@ cp -df lib-elfutils/*.so* lib-elfutils/${PACKAGE_NAME}/*.so* \
-@BUILD_ELFUTILS_TRUE@ $(pkglibdir)
+@BUILD_ELFUTILS_TRUE@ for file in lib-elfutils/*.so* lib-elfutils/${PACKAGE_NAME}/*.so*; do \
+@BUILD_ELFUTILS_TRUE@ $(INSTALL_PROGRAM) $$file $(pkglibdir); \
+@BUILD_ELFUTILS_TRUE@ done
@BUILD_ELFUTILS_TRUE@install-exec-local: install-elfutils
# Copy some of the testsuite sample scripts to the distdir