From fa29183f6542c3a65f105c7296ce435beb629a12 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 13 May 2010 03:51:16 +0000 Subject: Use "=" instead of "?=" for compatibility. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-56-ge451