[gucharmap] build: Fix the build



commit ef247e2d06076f3aae8dd1c3cd02e92160b0cbc5
Author: Christian Persch <chpe gnome org>
Date:   Thu Mar 3 20:11:56 2016 +0100

    build: Fix the build

 gucharmap/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gucharmap/Makefile.am b/gucharmap/Makefile.am
index 6d5758c..f474990 100644
--- a/gucharmap/Makefile.am
+++ b/gucharmap/Makefile.am
@@ -241,7 +241,7 @@ download-unicode-data:
 unicode.sha512sums: stamp-download-unicode-data
        $(AM_V_GEN)$(SHA512SUM) $(addprefix $(unicodedatadir)/,$(unicode_files)) | $(SED) 
's,$(unicodedatadir)/,,g' > $(srcdir)/$(@F)
 
-stamp-unicode-data:
+stamp-unicode-data: stamp-download-unicode-data
        PROG_UNZIP=$(PROG_UNZIP) $(srcdir)/gen-guch-unicode-tables.pl $(unicode_version) $(unicodedatadir) && 
\
        echo timestamp > $(@F)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]