| commit | b12d16fd003a62c564290f7b6ef44d68934823e3 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Sun Sep 14 11:40:35 2003 +1000 |
| committer | Darren Tucker <dtucker@zip.com.au> | Sun Sep 14 11:40:35 2003 +1000 |
| tree | c28595692640aec32725d9b8c9e7898e172ea3c7 | |
| parent | 455813b79e1bd6e2a525d38da52a49defcc03f68 [diff] |
- (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
the regression tests from running with Solaris' make. Patch from Brian
Poole (raj at cerias.purdue.edu).
Further info: Solaris' /usr/ccs/bin/make
* requires a space before "+=" (but not "=")
* does not like @for
The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the
current dir if OBJ isn't set is my fault. Nasty but it works.