Fix to Makefile.am to enable --with-strategoxt
In the src folder the Makefile.am calls strc four times, twice it is called using $(STRC)/bin/strc, two other times it is called using strc. This will use the strc in the PATH, which might not be the same as defined by the optional –with-strategoxt variable, if set at all!
So I suggest adding the prefix $(STRC)/bin/ to all strc occasions in the Makefile!
Submitted by André Vieira on 23 July 2012 at 13:44
Issue Log
On 24 July 2012 at 16:30 André Vieira commented:
Same for the parse-rtg. On another note, both $(STRC) as $(STRATEGOXT) work, since STRC = $(STRATEGOXT), why the variable duplication?
Log in to post comments