unifont-7.0.04.tar.gz
[unifont.git] / Makefile
index fa2114f4af8587efc4ed01905947695f19c7706d..a3f6efc926dff1fc294922e994ac3f6369b942ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,9 @@ SHELL = /bin/sh
 INSTALL = install
 
 PACKAGE = "unifont"
-DATE = 20140202
-MAJORVERSION = 6.3
-VERSION = $(MAJORVERSION).$(DATE)
+UNICODE_VERSION = 7.0
+PKG_REV = 04
+VERSION = $(UNICODE_VERSION).$(PKG_REV)
 
 #
 # The settings below will install software, man pages, and documentation
@@ -65,7 +65,7 @@ bindir:
 buildfont:
        if [ x$(BUILDFONT) != x ] ; \
         then \
-           set -e ; make -C font ; \
+           set -e ; $(MAKE) -C font ; \
         fi
 
 #