diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:25:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:25:41 +0000 |
commit | 9323d6ead727e123a8bf5601dccc780c3de53596 (patch) | |
tree | 3f60816c5051db7a20ad4f46faafc8bf09ba68eb /libthreads | |
parent | 5fd2f3a8819ef94cd41782616220a57887c017e4 (diff) |
(CFLAGS): Turn off -Wall.
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 |