|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.261, 2011/03/07 19:05:03 | version 1.262, 2011/03/08 07:53:43 | ||
|---|---|---|---|
|
|
||
| .if !defined(RUMPPRG) | .if !defined(RUMPPRG) | ||
| . if defined(PROG_CXX) && !defined(PROGS_CXX) | . if defined(PROG_CXX) && !defined(PROGS_CXX) | ||
| PROGS_CXX= ${PROG_CXX} | PROGS_CXX= ${PROG_CXX} | ||
| . endif | . elif defined(PROG) && !defined(PROGS) | ||
| . if defined(PROG) && !defined(PROGS) | |||
| PROGS= ${PROG} | PROGS= ${PROG} | ||
| . endif | . endif | ||
| .endif | .endif |