Commit 9d9e4a3b authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Remove unused Makefile variables

Fixes #176.
parent 17d73ef6
...@@ -105,10 +105,8 @@ dep: ...@@ -105,10 +105,8 @@ dep:
# Installation related variables and target # Installation related variables and target
PREFIX?=/usr/local PREFIX?=/usr/local
INCLUDE_PATH?=include/hiredis INSTALL_INCLUDE_PATH= $(PREFIX)/include/hiredis
LIBRARY_PATH?=lib INSTALL_LIBRARY_PATH= $(PREFIX)/lib
INSTALL_INCLUDE_PATH= $(PREFIX)/$(INCLUDE_PATH)
INSTALL_LIBRARY_PATH= $(PREFIX)/$(LIBRARY_PATH)
ifeq ($(uname_S),SunOS) ifeq ($(uname_S),SunOS)
INSTALL?= cp -r INSTALL?= cp -r
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment