|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.206, 2005/03/04 20:41:08 | version 1.207, 2005/04/09 13:00:53 | ||
|---|---|---|---|
|
|
||
| .endif # !commands(${PROG}) | .endif # !commands(${PROG}) | ||
| ${PROG}.ro: ${OBJS} ${DPADD} | ${PROG}.ro: ${OBJS} ${DPADD} | ||
| ${_MKTARGET_LINK} | |||
| ${LD} -r -dc -o ${.TARGET} ${OBJS} | ${LD} -r -dc -o ${.TARGET} ${OBJS} | ||
| .endif # defined(OBJS) && !empty(OBJS) | .endif # defined(OBJS) && !empty(OBJS) |