summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile.in b/makefile.in
index 5089564..d921d74 100644
--- a/makefile.in
+++ b/makefile.in
@@ -32,15 +32,15 @@ AR=ar86
#ifdef __GNUC__
# unproto is yukky, I've included '-w' in the local makefile.
-WALL =-Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
+WALL =-Wall -Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \
-Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
-Wnested-externs -Winline
-WALL =-Wstrict-prototypes
+WALL =-Wall -Wstrict-prototypes
-CC =gcc
-CFLAGS =$(GCCFLAG) -Wall $(WALL) -O2 -g
+CC =%CC%
+CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
#endif
#ifndef GNUMAKE