From 9323d6ead727e123a8bf5601dccc780c3de53596 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Apr 1996 22:25:41 +0000 Subject: (CFLAGS): Turn off -Wall. --- libthreads/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libthreads') 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 -- cgit v1.2.3