From d11fee744a8c0b54894ade64cf360d6c6ae21c9a Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 1 Oct 2018 18:00:44 +0900 Subject: [PATCH] (install): Depend on `install-HNG'. (build-HNG): Depend on `HNG'. --- BDF/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BDF/Makefile.in b/BDF/Makefile.in index 1933be1..8e7722b 100644 --- a/BDF/Makefile.in +++ b/BDF/Makefile.in @@ -16,7 +16,7 @@ all: build-jisx0213 build-egb build-etl-vn2 \ install: install-jisx0213 install-egb install-etl-vn2 \ install-thai-xtis install-zinbun install-hanazono \ - install-mj install-cbeta + install-mj install-cbeta install-HNG build-jisx0213: @@ -78,7 +78,7 @@ install-cbeta: HNG: git clone https://gitlab.hng-data.org/HNG/bdf-hng-fonts.git HNG -build-HNG: +build-HNG: HNG cd HNG && ./configure install-HNG: -- 1.7.10.4