From 2b8f5d2b8044ea82a4413fc5609bb29090b30a32 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 15 Apr 2007 23:10:26 +0000 Subject: [PATCH] Remove @GCCFLAGS@ Remove the now obsolete @GCCFLAGS@. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 978e7c5..8dcc7cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@ -- 2.7.4