summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-09 07:56:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-09 07:56:43 +0000
commit972df97b3042d972c670683e415fcfc2aefd2588 (patch)
tree58e976d44d790e992ba3b681afe97746fc28012e /contrib
parent9468c85d6b9962855ccecf7ddb120fedef74876d (diff)
Build process fixes from Brendan Cully.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index f0f3843e..b3421b73 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -32,7 +32,7 @@ all clean distclean:
install:
$(top_srcdir)/mkinstalldirs @docdir@/samples
for f in $(SAMPLES) ; do \
- $(INSTALL) -m 644 $$f @docdir@/samples ; \
+ $(INSTALL) -m 644 $(srcdir)/$$f @docdir@/samples ; \
done
maintainer-clean: