From de4aea89b1be178afe94494f738fa83f15f272cb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 11 Oct 2009 13:56:29 -0700 Subject: [PATCH] Remove redundant variable declarations from Makefile.am. Autoconf's AC_SUBST ensures that Automake will declare the corresponding Makefile variables, so there is no need to declare them ourselves. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index dc5314bf..e937fa7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) $< $@ -- 2.30.2