Differences From Artifact [7a94493d9a]:
- File buildsys.mk.in — part of check-in [42fce8e1b8] at 2008-02-10 20:20:08 on branch trunk — Add URL to comments. (user: js, size: 10417) [annotate] [blame] [check-ins using]
To Artifact [6dfc55ed86]:
- File buildsys.mk.in — part of check-in [4211b70c2d] at 2008-04-17 19:53:37 on branch trunk — Fixed a typo. (user: js, size: 10418) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | ${LINK_STATUS} if ${LD} -o $@ ${OBJS} ${LIB_LDFLAGS} ${LDFLAGS} ${LIBS}; then \ ${LINK_OK}; \ else \ ${LINK_FAILED}; \ fi |
︙ |