From d5bebe46ab1440e9044c68b30e2921d02a686a0e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 6 Jul 1995 17:39:05 +0000 Subject: (csw_pic.o): Provide slightly cheating rule. --- libthreads/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libthreads/Makefile') 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 -- cgit v1.2.3