Repaired kcachegrind compilation on gcc4.x+

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1072826 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 15 years ago
parent ac3810bb69
commit 2091dfe763

@ -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

Loading…
Cancel
Save