Differences From Artifact [50e67ad45a]:
- File buildsys.mk.in — part of check-in [2500eb87ad] at 2009-06-03 19:32:40 on branch trunk — Add support for -rpath. (user: js, size: 11442) [annotate] [blame] [check-ins using]
To Artifact [f4a7daf573]:
- File buildsys.mk.in — part of check-in [00339d87b6] at 2009-06-15 21:48:09 on branch trunk — Change ${@} to $@. (user: js, size: 11440) [annotate] [blame] [check-ins using]
︙ | |||
171 172 173 174 175 176 177 | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | - + | ${LINK_OK}; \ else \ ${LINK_FAILED}; \ fi ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS} ${LINK_STATUS} |
︙ |