Ticket #14793 (closed defect: fixed)
no distclean target in samples/Makefile.in
| Reported by: | wojdyr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | samples | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | no | |
| Blocking: |
Description
main makefile has
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-(cd samples && $(MAKE) distclean)
but there is not distclean target in samples:
(cd samples && make distclean) make[2]: Entering directory `/home/wojdyr/debs/wxWidgets-2.9.4/samples' make[2]: *** No rule to make target `distclean'. Stop. make[2]: Leaving directory `/home/wojdyr/debs/wxWidgets-2.9.4/samples'
Change History
Note: See
TracTickets for help on using
tickets.
