summary refs log tree commit diff stats
path: root/tools/niminst
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2017-06-20 21:33:49 +0200
committerdef <dennis@felsin9.de>2017-06-20 21:33:49 +0200
commit245a1fe8d78efcba6a56922d0e53a2419397cd46 (patch)
tree9ab25a7912af3a3d4b4eeecd1f9002b4df13143b /tools/niminst
parentfd5ddab58135cd23f5b920ab070b24e46b1b15e2 (diff)
downloadNim-245a1fe8d78efcba6a56922d0e53a2419397cd46.tar.gz
Minor fixes for makefile.tmpl
Diffstat (limited to 'tools/niminst')
-rw-r--r--tools/niminst/makefile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/niminst/makefile.tmpl b/tools/niminst/makefile.tmpl
index ef8921f3e..c4e0be55e 100644
--- a/tools/niminst/makefile.tmpl
+++ b/tools/niminst/makefile.tmpl
@@ -45,7 +45,7 @@ ifeq ($(uos),darwin)
   CC = clang
   LINKER = clang
   LINK_FLAGS += -ldl -lm
-  ifeq ($HOSTTYPE,x86_64)
+  ifeq ($(HOSTTYPE),x86_64)
     ucpu = amd64
   endif
 endif
@@ -130,7 +130,7 @@ ifeq ($(ucpu),armv6l)
   mycpu = arm
 endif
 ifndef ucpu
-  $(error unknown processor : $(ucpu))
+  $(error unknown processor: $(ucpu))
 endif
 
 # for osA in 1..c.oses.len: