Get rid of @GCCFLAGS@
authorH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 23:03:28 +0000 (23:03 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 23:03:28 +0000 (23:03 +0000)
Get rid of the now-obsolete @GCCFLAGS@.

rdoff/Makefile.in

index d4f0a70..9aab128 100644 (file)
@@ -18,7 +18,7 @@ mandir                = @mandir@
 
 CC             = @CC@
 CFLAGS         = @CFLAGS@
-BUILD_CFLAGS   = $(CFLAGS) @GCCFLAGS@ @DEFS@
+BUILD_CFLAGS   = $(CFLAGS) @DEFS@
 INTERNAL_CFLAGS = -I$(srcdir) -I$(top_srcdir)
 ALL_CFLAGS     = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
 LDFLAGS                = @LDFLAGS@