summaryrefslogtreecommitdiff
path: root/hyphen/makefile.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-12 16:22:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-12 16:24:30 +0100
commite3ae44e512dc08cce9d9cecaab2be93a94458431 (patch)
treeff88e5d677f51b78bc7dc07d1eab543fafd111b7 /hyphen/makefile.mk
parentebdfaefc875d6ab5c42f1e659636759909072950 (diff)
make check in Hungarian locale uncovered old bug
which had been hidden by now because of an semi-optimized code path which got removed in the latest hyphen version Change-Id: Ica4b0cfa16b19469fea1f630bda09eaff82e8857
Diffstat (limited to 'hyphen/makefile.mk')
-rw-r--r--hyphen/makefile.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index 6275bd9bba13..cdc70d5c480f 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -44,7 +44,8 @@ ADDITIONAL_FILES += makefile.mk
PATCH_FILES= \
hyphen-build.patch \
hyphen-android.patch \
- hyphen-fdo43931.patch
+ hyphen-fdo43931.patch \
+ hyphen-lenwaswrong.patch
.IF "$(GUI)"=="UNX"
CONFIGURE_DIR=$(BUILD_DIR)
@@ -110,3 +111,9 @@ CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.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