diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:45:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:45:25 +0000 |
commit | 497eeca20ae7d926124d5d5def51c470a24e0e75 (patch) | |
tree | f08d93cc1e1c613ca0c59aa3234ceceb4386642b | |
parent | 88be4c004db4eba4888b5e8969732f35a50a954e (diff) |
Formerly Makefile.~6~
-rw-r--r-- | libthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 9c800326..706077e2 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -28,7 +28,8 @@ SRCS = $(GEN_SRCS) $(I386_SRCS) OBJS = call.o cprocs.o cthread_data.o cthreads.o malloc.o mig_support.o \ stack.o sync.o csw.o lock.o thread.o -DIST_FILES = $(GEN_SRCS) Makefile cthread_internals.h cthreads.h options.h +DIST_FILES = $(GEN_SRCS) Makefile cthread_internals.h cthreads.h options.h\ + ChangeLog I386_DIST_FILES = $(I386_SRCS) i386/asm.h i386/cthreads.h VPATH = .:i386 |