aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-10-04 04:31:33 +0000
committerRoland McGrath <[email protected]>1993-10-04 04:31:33 +0000
commit8ff3d703559e5a3c10e367799859a49d91c393c5 (patch)
tree0b386885236ee4a57ded44dad52f8836e52b93f6 /lib-src
parenteb8a344d52834f97f99e10e1b450eb17b1e6729b (diff)
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index ebc896a4d5..b4628d437a 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -121,7 +121,7 @@ ${archlibdir}: all
chmod 755 ${archlibdir}/$$file ; \
done ; \
for file in ${SCRIPTS}; do \
- $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \
+ $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \
chmod 755 ${archlibdir}/$$file ; \
done ; \
fi