Differences From Artifact [a2b24a5da0]:
- File buildsys.mk.in — part of check-in [1d055c3b0b] at 2007-09-24 18:45:30 on branch trunk — Always prefix comparisons with x. (user: js, size: 10078) [annotate] [blame] [check-ins using]
To Artifact [9ca038f49e]:
- File buildsys.mk.in — part of check-in [7edbf0b1f9] at 2007-09-24 18:58:20 on branch trunk — Don't depend on subdirs, it's done anyway. (user: js, size: 10056) [annotate] [blame] [check-ins using]
︙ | |||
137 138 139 140 141 142 143 | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | - - | ${LINK_STATUS} if ${AR} cr $@ ${OBJS}; then \ ${LINK_OK}; \ else \ ${LINK_FAILED}; \ fi |
︙ |