On Nov 28, 2007, at 11:24 AM, Mike Frysinger wrote:
On Monday 26 November 2007, Tristan Gingold wrote:
$^ is all dependencies (ie the .c and .h files in dyngen case).
Because there is only one .c file to compile, this patch will work in
all cases.
why not simply upgrade your make to somethin
On Monday 26 November 2007, Tristan Gingold wrote:
> $^ is all dependencies (ie the .c and .h files in dyngen case).
> Because there is only one .c file to compile, this patch will work in
> all cases.
why not simply upgrade your make to something that is not known to be broken
and something that
$^ is all dependencies (ie the .c and .h files in dyngen case).
Because there is only one .c file to compile, this patch will work in
all cases.
Tristan.
diff -c -r1.136 Makefile
*** Makefile24 Nov 2007 23:35:07 - 1.136
--- Makefile26 Nov 2007 13:17:41 -
***