diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:34:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:34:29 +0000 |
commit | 402ee6867422e246deeafd2495118840497d9c65 (patch) | |
tree | 0b7188a517ab39b3acfb312ef49d583df91b972b | |
parent | 4774f65b20faf264ba1b19aaca8c7e2b6e174fe0 (diff) |
(lndist): Add new dependency.
(lndist-cthreads-h): Rule to create the cthreads.h link.
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)) |