aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Brown <george-b@users.noreply.github.com>2017-07-04 15:31:23 +0100
committerGitHub <noreply@github.com>2017-07-04 15:31:23 +0100
commit9b6f9c6fa71132506bc509a62b8f262a40a11700 (patch)
tree8e1e49c99a61364d63663f4b5a2da7610aca5536
parentbfb9071526d770d1d598bb8a9752313154441283 (diff)
downloadvis-9b6f9c6fa71132506bc509a62b8f262a40a11700.tar.gz
vis-9b6f9c6fa71132506bc509a62b8f262a40a11700.tar.xz
Remove conditional initialization from Makefile
No longer needed after standalone build target was removed.
-rw-r--r--Makefile7
1 files changed, 0 insertions, 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