GNOME Bugzilla – Bug 602062
hard code using gcc
Last modified: 2018-06-29 22:30:45 UTC
Created attachment 147849 [details] remove hard code for gcc I'm building svn trunk code with sun cc under Solaris, but fails when bulding doc. 64 tip_of_the_day.list: tip_of_the_day.list.in Makefile 65 gcc -E -P -D'N_(x)=x' -o $@.tmp $< 66 cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' > $@ 67 rm -f $@.tmp line 65 uses gcc hardly. The patch is attached.
r18417, thanks a lot!
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=602062. Please update any external references or bookmarks.