diff options
author | Modestas Vainius <modestas@vainius.eu> | 2011-03-13 21:36:03 +0200 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2011-03-13 21:36:03 +0200 |
commit | 7cb16568a4b848763d5195e8745a185b68326c19 (patch) | |
tree | 1168f1bc8d4a1e3c3ff790e63dfc6135e574d327 /qt-kde-team/2 | |
parent | 574912d27042c92351563ecaa4507d8d29c8b8a7 (diff) | |
download | pkg-kde-tools-7cb16568a4b848763d5195e8745a185b68326c19.tar.gz |
"Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
Diffstat (limited to 'qt-kde-team/2')
-rw-r--r-- | qt-kde-team/2/dhmk.mk | 2 |
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: |