Overview
Comment: | Remove implib stuff again. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
936c059a997fd386fd5f567fcc9432fd |
User & Date: | js on 2007-09-27 12:25:50 |
Other Links: | manifest | tags |
Context
2007-09-27
| ||
19:01 | ${PROG_IMPLIB_LDFLAGS} should work now. check-in: 46ab33620c user: js tags: trunk | |
12:25 | Remove implib stuff again. check-in: 936c059a99 user: js tags: trunk | |
2007-09-26
| ||
14:20 | Only generate .deps file if there are files for it. check-in: 16cf0533ac user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [340383568e] to [4ebc48429b].
︙ | |||
364 365 366 367 368 369 370 | 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | - + | distclean: clean for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} distclean || exit 1; \ ${DIR_LEAVE}; \ done |
︙ |