From 2091dfe763b0982a77557b325173bb8f2e3274b2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 11 Jan 2010 03:45:58 +0000 Subject: [PATCH] Repaired kcachegrind compilation on gcc4.x+ git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1072826 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcachegrind/kcachegrind/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kcachegrind/kcachegrind/Makefile.am b/kcachegrind/kcachegrind/Makefile.am index 3b4871aa..76db3d6b 100644 --- a/kcachegrind/kcachegrind/Makefile.am +++ b/kcachegrind/kcachegrind/Makefile.am @@ -53,10 +53,10 @@ tipdir = $(kde_datadir)/kcachegrind tip_DATA = tips messages: rc.cpp - $(PREPARETIPS) > tips.cpp - LIST=`find . -name \*.h -o -name \*.cpp`; \ + $(PREPARETIPS) > tips.txt + LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.txt`; \ if test -n "$$LIST"; then \ $(XGETTEXT) $$LIST -o $(podir)/kcachegrind.pot; \ fi - rm -f tips.cpp + rm -f tips.txt