diff options
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 1f1a895c..968cc523 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -42,6 +42,10 @@ VPATH += $(srcdir)/$(machine) include ../Makeconf +# The threads library was written by CMU. If you've ever experienced +# what that means, you'll understand this line. +CFLAGS := $(filter-out -Wall,$(CFLAGS)) + install: $(includedir)/cthreads.h $(includedir)/cthreads.h: cthreads.h $(INSTALL_DATA) cthreads.h $(includedir)/cthreads.h |