summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-07-22 23:35:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:47 +0200
commit673f690a37f6673a3262e933709c79de8a66f48c (patch)
tree3acd007863bf23ce8549f9edb5e51d23a3bc6078 /makefile.in
parent352e3b3230dfc6746be6d53325ffe1e33efc5289 (diff)
downloaddev86-673f690a37f6673a3262e933709c79de8a66f48c.tar.gz
Import Dev86src-0.16.4.tar.gzv0.16.4
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