From 0002d94bc58308e37ca4e443eaed7c407c6a5697 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 10 Jan 2010 07:49:05 +0000 Subject: Fixed build on gcc4.x+ git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1072410 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/krec/Makefile.am b/krec/Makefile.am index 25e652e1..d205d622 100644 --- a/krec/Makefile.am +++ b/krec/Makefile.am @@ -77,10 +77,10 @@ xdg_configdir = $(kde_servicesdir) xdg_config_DATA = kcm_krec.desktop kcm_krec_files.desktop messages: rc.cpp - rm -f tips.cpp - $(PREPARETIPS) > tips.cpp - $(XGETTEXT) */*.cpp *.cpp *.h -o $(podir)/krec.pot - rm -f tips.cpp + rm -f tips.txt + $(PREPARETIPS) > tips.txt + $(XGETTEXT) */*.cpp *.cpp *.txt *.h -o $(podir)/krec.pot + rm -f tips.txt KDE_ICON = krec -- cgit v1.2.3