summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Garg <rohan@kde.org>2014-10-13 14:52:23 +0200
committerRohan Garg <rohan@kde.org>2014-10-13 14:52:23 +0200
commit8160c57eb3c7bbde4b97a956aeaf1a730b95d3b8 (patch)
treee4f4a79a85635c3b3249006a5bf05d759ff993a7
parent3c09a10cd9956ac3e6ebdaa6e2cadf56e01d8dc5 (diff)
downloadpkg-kde-tools-8160c57eb3c7bbde4b97a956aeaf1a730b95d3b8.tar.gz
Comment++
-rw-r--r--qt-kde-team/3/dhmk.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-kde-team/3/dhmk.mk b/qt-kde-team/3/dhmk.mk
index 8d8b265..505449b 100644
--- a/qt-kde-team/3/dhmk.mk
+++ b/qt-kde-team/3/dhmk.mk
@@ -106,6 +106,8 @@ $(foreach t,$(dhmk_indeparch_targets),debian/dhmk_$(t)-arch): export DH_INTERNA
# Create debian/dhmk_{action} targets.
# NOTE: dhmk_run_{target}_commands are defined below
+# NOTE: the string "$*" target is done is parsed by automation scripts,
+# please don't change it without prior discussion
$(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%:
$(MAKE) -f $(dhmk_top_makefile) dhmk_run_$*_commands DHMK_TARGET="$*"
$(if $(filter $*,$(dhmk_stamped_targets)),touch $@)