Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
9d9e4a3b
Commit
9d9e4a3b
authored
Jul 10, 2013
by
Pieter Noordhuis
Browse files
Remove unused Makefile variables
Fixes #176.
parent
17d73ef6
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
9d9e4a3b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment