From 2723a9941f923f45994c44f2afe60829c50b77c2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 May 1995 18:34:13 +0000 Subject: (I386HDRS): Variable removed. ($(OBJS)): Don't depend on i386/asm.h. --- libthreads/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libthreads') 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 -- cgit v1.2.3