Remove redundant variable declarations from Makefile.am.
authorBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:56:29 +0000 (13:56 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:56:29 +0000 (13:56 -0700)
Autoconf's AC_SUBST ensures that Automake will declare the corresponding
Makefile variables, so there is no need to declare them ourselves.

Makefile.am

index dc5314bf0fac10be07391030f7d7270734184f54..e937fa7b612f7de44da463a0c83d129b90926598 100644 (file)
@@ -19,8 +19,6 @@ AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
 endif
 
-CC_FOR_BUILD = @CC_FOR_BUILD@
-EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
 .q.c:
        @$(MKDIR_P) `dirname $@`
        ./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@