Bug #602062: Fix hard-coded gcc program name

Patch by Halton Huo.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18417 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-11-16 21:42:55 +00:00
parent 06dd5634b9
commit f1036b4d16

View File

@ -62,7 +62,7 @@ gnucash.1: gnucash.1.in Makefile
mv $@.tmp $@
tip_of_the_day.list: tip_of_the_day.list.in Makefile
gcc -E -P -x c -D'N_(x)=x' -o $@.tmp $<
${CC} -E -P -D'N_(x)=x' -o $@.tmp $<
cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' > $@
rm -f $@.tmp