summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 17:39:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 17:39:05 +0000
commitd5bebe46ab1440e9044c68b30e2921d02a686a0e (patch)
tree5b1a46d350cc86df8abc7eab5a99eb56af5a046b
parent55a5a48464cde59d5a058c148bc0ae28ce6f2e19 (diff)
(csw_pic.o): Provide slightly cheating rule.
-rw-r--r--libthreads/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index bd4c6595..5f2b70b0 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -44,6 +44,11 @@ VPATH = $(machine)
include ../Makeconf
+# This is cheating, but it's a lot easier than writing PIC assembly
+# code.
+csw_pic.o: csw.o
+ cp $< $@
+
$(OBJS): cthreads.h cthread_internals.h options.h
install: install-cthreads.h