From e091457e822ff35ff7b1d3b3a1f91c2ee6249e5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 18 Jul 2014 21:44:58 -0400 Subject: [PATCH] Makefile.am: tweaks to python commands --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index f0482cfe7..15a38bd4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2898,11 +2898,12 @@ test_unifont_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la -update-unifont: - $(AM_V_GEN)cat $(top_srcdir)/src/libsystemd-terminal/unifont.hex | $(PYTHON) $(top_srcdir)/tools/compile-unifont.py >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin - @echo "unifont-glyph-array.bin has been regenerated" - .PHONY: update-unifont +update-unifont: tools/compile-unifont.py + $(AM_V_GEN)$(PYTHON) $< \ + <$(top_srcdir)/src/libsystemd-terminal/unifont.hex \ + >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin + @echo "unifont-glyph-array.bin has been regenerated" # ------------------------------------------------------------------------------ if ENABLE_GTK_DOC -- 2.30.2