summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 23:34:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 23:34:29 +0000
commit402ee6867422e246deeafd2495118840497d9c65 (patch)
tree0b7188a517ab39b3acfb312ef49d583df91b972b /Makefile
parent4774f65b20faf264ba1b19aaca8c7e2b6e174fe0 (diff)
(lndist): Add new dependency.
(lndist-cthreads-h): Rule to create the cthreads.h link.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0aa47ac1..d6f4da02 100644
--- a/Makefile
+++ b/Makefile
@@ -68,4 +68,9 @@ relink: $(addsuffix -relink,$(prog-subdirs))
install: $(addsuffix -install,$(lib-subdirs) $(working-prog-subdirs))
+lndist: lndist-cthreads-h
+
+lndist-cthreads-h:
+ ln -s libthreads/cthreads.h $(srcdir)/hurd-snap/cthreads.h
+
TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs))