diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:17:23 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:17:23 +0000 |
| commit | 035d47a43f4ed102ac9d8e4ed776e2f0dbe2025c (patch) | |
| tree | 80af3c9b3750d8e07b33e033d7e4c734e577a8f8 | |
| parent | d562330ed268e68dcf03884269ef28a3ed8ed87b (diff) | |
Formerly Makefile.~11~
| -rw-r--r-- | libthreads/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 639dc8ee..6c2f8c0e 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -31,6 +31,9 @@ headers = cthreads.h malloc-sources = malloc.c malloc-objects = $(addsuffix .o,$(basename $(notdir $(malloc-sources)))) +SRCS = $(sources) +TAGSHDRS=$(headers) + DIST_FILES = $(generic-sources) $(headers) \ cthread_internals.h options.h \ ChangeLog Makefile $(malloc-sources) |
