diff options
Diffstat (limited to 'libthreads/Makefile')
-rw-r--r-- | libthreads/Makefile | 5 |
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 |