summaryrefslogtreecommitdiff
path: root/qt-kde-team
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2011-03-13 21:36:03 +0200
committerModestas Vainius <modestas@vainius.eu>2011-03-13 21:36:03 +0200
commit7cb16568a4b848763d5195e8745a185b68326c19 (patch)
tree1168f1bc8d4a1e3c3ff790e63dfc6135e574d327 /qt-kde-team
parent574912d27042c92351563ecaa4507d8d29c8b8a7 (diff)
downloadpkg-kde-tools-7cb16568a4b848763d5195e8745a185b68326c19.tar.gz
"Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
Diffstat (limited to 'qt-kde-team')
-rw-r--r--qt-kde-team/2/dhmk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 861d321..fd2191c 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -106,7 +106,7 @@ $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%:
# Implicitly delegate other targets to debian/dhmk_% ones. Hence the top
# targets (build, configure, install ...) are still cancellable.
%: debian/dhmk_%
- @echo "SUCCESS making standard target `$@'."
+ @echo "-- SUCCESS making standard target '$@'."
.SECONDEXPANSION: