Revision: 6539 Author: ek.kato Date: Mon Jul 19 04:36:50 2010 Log: * qt4/chardict/Makefile.am : Fix typo.
http://code.google.com/p/uim/source/detail?r=6539 Modified: /trunk/qt4/chardict/Makefile.am ======================================= --- /trunk/qt4/chardict/Makefile.am Wed Jul 14 23:33:49 2010 +++ /trunk/qt4/chardict/Makefile.am Mon Jul 19 04:36:50 2010 @@ -15,7 +15,7 @@ distclean: if QT4 $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@ - $(MAKE) $@ -C ${SUBDIRS) + $(MAKE) $@ -C $(SUBDIRS) $(MAKE) $(AM_MAKEFLAGS) distclean-am endif -rm -f Makefile uim-chardict-qt4.pro
