r18417 - gnucash/trunk/doc - Bug #602062: Fix hard-coded gcc program name

Christian Stimming cstim at code.gnucash.org
Mon Nov 16 16:42:55 EST 2009


Author: cstim
Date: 2009-11-16 16:42:55 -0500 (Mon, 16 Nov 2009)
New Revision: 18417
Trac: http://svn.gnucash.org/trac/changeset/18417

Modified:
   gnucash/trunk/doc/Makefile.am
Log:
Bug #602062: Fix hard-coded gcc program name

Patch by Halton Huo.

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2009-11-16 21:42:40 UTC (rev 18416)
+++ gnucash/trunk/doc/Makefile.am	2009-11-16 21:42:55 UTC (rev 18417)
@@ -62,7 +62,7 @@
 	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
 



More information about the gnucash-changes mailing list