0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Remove @GCCFLAGS@

Remove the now obsolete @GCCFLAGS@.
This commit is contained in:
H. Peter Anvin
2007-04-15 23:10:26 +00:00
parent e2eb92d055
commit 2b8f5d2b80

View 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@