summaryrefslogtreecommitdiff
path: root/rdoff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-04-15 23:03:28 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-04-15 23:03:28 +0000
commit876c8a13d993b2a06ed96cb57799b3f810525949 (patch)
tree01c6291ab488844a511a7a45b1244191b8f00f21 /rdoff
parent1ed0387476138f83ba173d161a54b779353d11aa (diff)
downloadnasm-876c8a13d993b2a06ed96cb57799b3f810525949.tar.gz
Get rid of @GCCFLAGS@
Get rid of the now-obsolete @GCCFLAGS@.
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/Makefile.in b/rdoff/Makefile.in
index d4f0a70a..9aab1285 100644
--- a/rdoff/Makefile.in
+++ b/rdoff/Makefile.in
@@ -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@