Skip to content

Commit

Permalink
Remove conditional initialization from Makefile
Browse files Browse the repository at this point in the history
No longer needed after standalone build target was removed.
  • Loading branch information
George-B authored Jul 4, 2017
1 parent bfb9071 commit 9b6f9c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b6f9c6

Please sign in to comment.