diff options
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: |