diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:31:17 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:31:17 +0000 |
commit | 1fa649628b46c420e804371f015658e46e12e23f (patch) | |
tree | 234b57e6a988617d054d16b826be6b6054bd2be0 /Makeconf | |
parent | 3ee7a2ddf6520bbd4c59c1d56fee1c7f882859b9 (diff) |
(lndist): Forgot two hurdsourc -> srcdir changes.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,9 +173,9 @@ lndist: $(distfiles) $(srcdir)/hurd-snap/$(dir) FORCE ln $(distfiles) $(srcdir)/hurd-snap/$(dir) ifeq ($(dir),.) -$(hurdsource)/hurd-snap/$(dir): +$(srcdir)/hurd-snap/$(dir): else -$(hurdsource)/hurd-snap/$(dir): +$(srcdir)/hurd-snap/$(dir): mkdir $(srcdir)/hurd-snap/$(dir) endif |