Remove @GCCFLAGS@
authorH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 23:10:26 +0000 (23:10 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 23:10:26 +0000 (23:10 +0000)
Remove the now obsolete @GCCFLAGS@.

Makefile.in

index 978e7c5..8dcc7cd 100644 (file)
@@ -16,7 +16,7 @@ mandir                = @mandir@
 
 CC             = @CC@
 CFLAGS         = @CFLAGS@
-BUILD_CFLAGS   = $(CFLAGS) @GCCFLAGS@ @DEFS@
+BUILD_CFLAGS   = $(CFLAGS) @DEFS@
 INTERNAL_CFLAGS = -I$(srcdir) -I.
 ALL_CFLAGS     = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
 LDFLAGS                = @LDFLAGS@