# # # patch "Makefile" # from [4824a169590731705ffd38494111634660cb0fbe] # to [ce4461777b136adc2471ff2838f756c441aeef20] # ============================================================ --- Makefile 4824a169590731705ffd38494111634660cb0fbe +++ Makefile ce4461777b136adc2471ff2838f756c441aeef20 @@ -1,10 +1,17 @@ .PHONY: all install forced-install all: usher.webhost -usher.webhost: usher.cc - g++ usher.cc -o usher.webhost -g -Wall +#usher.webhost: usher.cc +# g++ usher.cc -o usher.webhost -g -Wall +usher.webhost: ALWAYS + cd usher && \ + [ -s configure ] || ./bootstrap && \ + [ -s Makefile ] || ./configure && make + cp usher/usher usher.webhost +ALWAYS: + install: usher.webhost ./install forced-install: usher.webhost