From: Ben Pfaff Date: Sun, 11 Oct 2009 20:56:29 +0000 (-0700) Subject: Remove redundant variable declarations from Makefile.am. X-Git-Tag: sav-api~409^2~63 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4aea89b1be178afe94494f738fa83f15f272cb;hp=a0d343bfea40507c4575320fea70aacbbf09799d;p=pspp 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 dc5314bf0f..e937fa7b61 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) $< $@