From 673f690a37f6673a3262e933709c79de8a66f48c Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Mon, 22 Jul 2002 23:35:31 +0200 Subject: Import Dev86src-0.16.4.tar.gz --- makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefile.in') 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 -- cgit v1.2.1