Remove redundant variable declarations from Makefile.am.
[pspp-builds.git] / 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) $< $@