summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 03:51:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 03:51:16 +0000
commit94584327ed391203187fa593c8e0ff125dfd3979 (patch)
treeedacd467a0017b4fb5dec83dca6a9b2c9ab102c4 /Makefile
parent78bebdfe144e0c61d47fea953c79e7c9a79415fe (diff)
downloadmandoc-94584327ed391203187fa593c8e0ff125dfd3979.tar.gz
Use "=" instead of "?=" for compatibility.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9106673..56a216a4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ INCLUDEDIR = $(PREFIX)/include
LIBDIR = $(PREFIX)/lib
MANDIR = $(PREFIX)/man
EXAMPLEDIR = $(PREFIX)/share/examples/mandoc
-INSTALL ?= install
+INSTALL = install
INSTALL_PROGRAM = $(INSTALL) -m 0755
INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644