Revision: 6502 Author: ek.kato Date: Wed Jul 14 23:33:49 2010 Log: * qt4/chardict/Makefile.am (distclean) : distclean SUBDIRS (apply from Debian's 14_distclean_qt4.dpatch).
http://code.google.com/p/uim/source/detail?r=6502 Modified: /trunk/qt4/chardict/Makefile.am ======================================= --- /trunk/qt4/chardict/Makefile.am Mon Mar 29 21:24:26 2010 +++ /trunk/qt4/chardict/Makefile.am Wed Jul 14 23:33:49 2010 @@ -15,6 +15,7 @@ distclean: if QT4 $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@ + $(MAKE) $@ -C ${SUBDIRS) $(MAKE) $(AM_MAKEFLAGS) distclean-am endif -rm -f Makefile uim-chardict-qt4.pro
