Skip to content

Commit

Permalink
Remove unused Makefile variables
Browse files Browse the repository at this point in the history
Fixes redis#176.
  • Loading branch information
pietern committed Jul 11, 2013
1 parent 17d73ef commit 9d9e4a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@ dep:

# Installation related variables and target
PREFIX?=/usr/local
INCLUDE_PATH?=include/hiredis
LIBRARY_PATH?=lib
INSTALL_INCLUDE_PATH= $(PREFIX)/$(INCLUDE_PATH)
INSTALL_LIBRARY_PATH= $(PREFIX)/$(LIBRARY_PATH)
INSTALL_INCLUDE_PATH= $(PREFIX)/include/hiredis
INSTALL_LIBRARY_PATH= $(PREFIX)/lib

ifeq ($(uname_S),SunOS)
INSTALL?= cp -r
Expand Down

0 comments on commit 9d9e4a3

Please sign in to comment.