diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-12 18:34:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-12 18:34:13 +0000 |
commit | 2723a9941f923f45994c44f2afe60829c50b77c2 (patch) | |
tree | d9d1fad0d24d2732f8ff6ef7222cd0e4832b63cb /libthreads | |
parent | d02ec12ff293185f3528860401e23148624c911e (diff) |
(I386HDRS): Variable removed.
($(OBJS)): Don't depend on i386/asm.h.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 86034feb..bd4c6595 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -27,7 +27,6 @@ I386SRCS := i386/csw.S i386/thread.c # In GNU machine/cthreads.h is omitted; that work is done in libc headers. LCLHDRS := cthread_internals.h options.h cthreads.h -I386HDRS := i386/asm.h OBJS = $(addsuffix .o,$(basename $(notdir $(SRCS) $(I386SRCS)))) @@ -45,7 +44,7 @@ VPATH = $(machine) include ../Makeconf -$(OBJS): cthreads.h cthread_internals.h options.h i386/asm.h +$(OBJS): cthreads.h cthread_internals.h options.h install: install-cthreads.h install-cthreads.h: cthreads.h |