diff options
Diffstat (limited to 'libthreads/Makefile')
-rw-r--r-- | libthreads/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index fb284342..3290e377 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -42,11 +42,6 @@ VPATH = $(machine) include ../Makeconf -# This is cheating, but it's a lot easier than writing PIC assembly -# code. -csw_pic.o: csw.o - cp $< $@ - install: $(includedir)/cthreads.h $(includedir)/cthreads.h: cthreads.h $(INSTALL_DATA) cthreads.h $(includedir)/cthreads.h |