Revision: 6614 Author: ek.kato Date: Tue Jul 27 23:54:55 2010 Log: * qt4/chardict/Makefile.am * qt4/toolbar/Makefile.am - Fix distclean.
http://code.google.com/p/uim/source/detail?r=6614 Modified: /trunk/qt4/chardict/Makefile.am /trunk/qt4/toolbar/Makefile.am ======================================= --- /trunk/qt4/chardict/Makefile.am Mon Jul 19 04:36:50 2010 +++ /trunk/qt4/chardict/Makefile.am Tue Jul 27 23:54:55 2010 @@ -15,9 +15,9 @@ distclean: if QT4 $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@ - $(MAKE) $@ -C $(SUBDIRS) $(MAKE) $(AM_MAKEFLAGS) distclean-am endif + $(MAKE) $@ -C $(SUBDIRS) -rm -f Makefile uim-chardict-qt4.pro FORCE: ======================================= --- /trunk/qt4/toolbar/Makefile.am Mon Mar 29 21:24:26 2010 +++ /trunk/qt4/toolbar/Makefile.am Tue Jul 27 23:54:55 2010 @@ -15,7 +15,7 @@ $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@ $(MAKE) $(AM_MAKEFLAGS) distclean-am endif - -rm -f Makefile uim-toolbar-qt4.pro + -rm -f Makefile uim-toolbar-qt4.pro plasma-applet-uim.desktop -rm -rf build/* FORCE:
