summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-17 10:28:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-17 14:11:05 +0100
commitd1561a0813e15c6694b136db116004b212a463f6 (patch)
treea3c770cdaf93528e7f7d0a45337a6efcc96145d0 /hyphen
parent2aecedd79e1cd579e6e494138eb79f76c3a6c6cc (diff)
for external modules add a dependency on the makefile.mk itself
so that on version bumps and/or added/removed patches that we rebuild them from scratch, which hopefully will make incremental builds post external module bump pain-free Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index cdc70d5c480f..34dd6b59b0fe 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -110,10 +110,3 @@ CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-
-# Since you never know what will be in a patch (for example, it may already
-# patch at configure level) or in the case of a binary patch, we remove the
-# entire package directory if a patch is newer.
-# Changes in this makefile could also make a complete build necessary if
-# configure is affected.
-$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk