diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-04 20:50:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-04 20:50:40 +0000 |
commit | ab73208c9ca99d5c4fd4fc51002578018aaab0fc (patch) | |
tree | d9cb401d6bbcbd19f6ab1f0904db0408e48c29e6 /libthreads/Makefile | |
parent | e606fa8daa03573a2bc54a3a7ad6af0dde72692a (diff) |
(csw_pic.o): Bogus braindead target from hell removed. Bushnell will be
shot.
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 |