From 9b6f9c6fa71132506bc509a62b8f262a40a11700 Mon Sep 17 00:00:00 2001 From: George Brown Date: Tue, 4 Jul 2017 15:31:23 +0100 Subject: Remove conditional initialization from Makefile No longer needed after standalone build target was removed. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 049bae7..f08871a 100644 --- a/Makefile +++ b/Makefile @@ -14,13 +14,6 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -# conditionally initialized, this is needed for standalone build -# with empty config.mk -PREFIX ?= /usr/local -SHAREPREFIX ?= ${PREFIX}/share -DOCPREFIX ?= ${SHAREPREFIX}/doc -MANPREFIX ?= ${PREFIX}/man - VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.3-git") CONFIG_HELP ?= 1 -- cgit v1.2.3