|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-02-25 23:58:47
|
On 24.02.2011 22:12, Tatsuro MATSUOKA wrote: >>> - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu >>> + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > -../src/$(TARGET) > '-' before ../src/$(TARGET) gives error in my make system. Then maybe your make system must be broken beyond repair. 'make' implementations do have their differences from each other, but prepending '-' to mean "ignore error states from the following command" is almost universally valid. You didn't way: what error does that give, anyway? > I think it should be corrected. Like I said before, there is nothing wrong with that line, thus nothing to be corrected. |