Overview
Comment: | Fixed missed clean-up file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8babc9b7bd726f9f59c32ec4aa13a8a1 |
User & Date: | rkeene on 2011-09-09 14:09:59 |
Other Links: | manifest | tags |
Context
2011-09-09
| ||
14:20 | Updated to support release build system check-in: 43aebb6a2b user: rkeene tags: trunk | |
14:09 | Fixed missed clean-up file check-in: 8babc9b7bd user: rkeene tags: trunk | |
14:09 | Updated to use simpler and more portable build system check-in: a68d12f98b user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [d1aff0f5a4] to [ec5c84111c].
︙ | ︙ | |||
270 271 272 273 274 275 276 | clean: rm -f libctk.a libctk.so rm -f *.a *.o core errs *~ \#* TAGS *.E a.out errors tktest cwish$(VERSION) \ config.info distclean: clean | | | 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | clean: rm -f libctk.a libctk.so rm -f *.a *.o core errs *~ \#* TAGS *.E a.out errors tktest cwish$(VERSION) \ config.info distclean: clean rm -f Makefile config.status config.log pkgIndex.tcl depend: makedepend -- $(CC_SWITCHES) -- $(SRCS) .c.o: $(CC) -c $(CC_SWITCHES) $< |
︙ | ︙ |