Differences From Artifact [9ffd221226]:
- File buildsys.mk.in — part of check-in [2fee0e9542] at 2018-05-06 02:15:51 on branch trunk — Install Amiga libraries (user: js, size: 27671) [annotate] [blame] [check-ins using]
To Artifact [16863544a7]:
- File
buildsys.mk.in
— part of check-in
[4e23dd88bb]
at
2018-11-10 10:54:28
on branch trunk
— Allow specifying start files for Amiga libraries
This has already been in ObjFW for a while. (user: js, size: 27719) [annotate] [blame] [check-ins using]
︙ | |||
276 277 278 279 280 281 282 | 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | - + - + | for i in "" ${INCLUDES}; do \ test x"$$i" = x"" && continue; \ ${MKDIR_P} ${COPY_HEADERS_DESTINATION} || exit $$?; \ ${INSTALL} -m 644 $$i ${COPY_HEADERS_DESTINATION}/$$i || exit $$?; \ done \ fi |
︙ |