From 158c81b0494b9a1ef26302ad259741a2502a7b09 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 21 Dec 2005 22:35:07 +0000 Subject: [PATCH] Don't use -I- because GCC 4.0 complains. (Can't use -iquote because GCC 3.x doesn't have it.) --- src/Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Make.config b/src/Make.config index 910ef12..b1d480e 100644 --- a/src/Make.config +++ b/src/Make.config @@ -26,7 +26,7 @@ endif DEFINES = WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers CFLAGS = -g -MMD -msoft-float -CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib +CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs -MMD LDFLAGS = -- 2.30.2