diff options
| author | George Brown <george-b@users.noreply.github.com> | 2017-07-04 15:31:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-04 15:31:23 +0100 |
| commit | 9b6f9c6fa71132506bc509a62b8f262a40a11700 (patch) | |
| tree | 8e1e49c99a61364d63663f4b5a2da7610aca5536 | |
| parent | bfb9071526d770d1d598bb8a9752313154441283 (diff) | |
| download | vis-9b6f9c6fa71132506bc509a62b8f262a40a11700.tar.gz vis-9b6f9c6fa71132506bc509a62b8f262a40a11700.tar.xz | |
Remove conditional initialization from Makefile
No longer needed after standalone build target was removed.
| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
