From: Zbigniew Jędrzejewski-Szmek Date: Sat, 19 Jul 2014 01:44:58 +0000 (-0400) Subject: Makefile.am: tweaks to python commands X-Git-Tag: v216~491 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e091457e822ff35ff7b1d3b3a1f91c2ee6249e5a;hp=e7e9b6bb0b0bc5b1eb256a44f8afec6b634f26ef Makefile.am: tweaks to python commands --- 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