From: Ben Pfaff Date: Sun, 11 Oct 2009 20:56:29 +0000 (-0700) Subject: Remove redundant variable declarations from Makefile.am. X-Git-Tag: lenny-x64-build41~5 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=de4aea89b1be178afe94494f738fa83f15f272cb 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. --- 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) $< $@