From 035d47a43f4ed102ac9d8e4ed776e2f0dbe2025c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 18:17:23 +0000 Subject: Formerly Makefile.~11~ --- libthreads/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3