summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2011-03-08 02:59:27 +0200
committerModestas Vainius <modestas@vainius.eu>2011-03-08 02:59:27 +0200
commitaab357f76cc34c6aa91a6d896a3de62e838e0100 (patch)
tree094efc20f7b61ea3c7f0c5ac0d2ea40e5d0a3168
parent8c3fac12dc0200c740b8b8f54501bf1e617f5ae5 (diff)
downloadpkg-kde-tools-aab357f76cc34c6aa91a6d896a3de62e838e0100.tar.gz
There is no point in using := here.
-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 518dcdf..288aa26 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -18,7 +18,7 @@ dhmk_this_makefile := $(lastword $(MAKEFILE_LIST))
dhmk_stamped_targets = configure build-indep build-arch build
dhmk_dynamic_targets = install-indep install-arch install binary-indep binary-arch binary clean
dhmk_standard_targets = $(dhmk_stamped_targets) $(dhmk_dynamic_targets)
-dhmk_indeparch_targets := build install binary
+dhmk_indeparch_targets = build install binary
dhmk_rules_mk = debian/dhmk_rules.mk
dhmk_dhmk_pl := $(dir $(dhmk_this_makefile))dhmk.pl