summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-07-29 16:50:49 +0000
committerThomas Bushnell <thomas@gnu.org>1996-07-29 16:50:49 +0000
commitb44e2e420330539375448c3f1de4400fe2bf4b4f (patch)
treeaaa4a09704fe3f8f296139d766b29a1ba8c35e01 /Makeconf
parent7190a73769e240ff1e29048b83bd59f5e753f7d7 (diff)
*** empty log message ***
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index c903bc78..20a18256 100644
--- a/Makeconf
+++ b/Makeconf
@@ -232,7 +232,7 @@ endif
# Making a snapshot
distfiles = Makefile ChangeLog $(SRCS) $(LCLHDRS) $(DIST_FILES)
lndist: $(distfiles) $(top_srcdir)/hurd-snap/$(dir) FORCE
- ln $(distfiles) $(top_srcdir)/hurd-snap/$(dir)
+ ln $(addprefix $(srcdir)/,$(distfiles)) $(top_srcdir)/hurd-snap/$(dir)
ifeq ($(dir),.)
$(top_srcdir)/hurd-snap/$(dir):