Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
6b122d43
Commit
6b122d43
authored
Feb 12, 2015
by
Matt Stancliff
Browse files
Fix pkgconf when used with DESTDIR
Closes #302
parent
9be3a07d
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6b122d43
...
@@ -151,8 +151,8 @@ $(PKGCONFNAME): hiredis.h
...
@@ -151,8 +151,8 @@ $(PKGCONFNAME): hiredis.h
@
echo
"Generating
$@
for pkgconfig..."
@
echo
"Generating
$@
for pkgconfig..."
@
echo
prefix
=
$(PREFIX)
>
$@
@
echo
prefix
=
$(PREFIX)
>
$@
@
echo
exec_prefix
=
$
${prefix}
>>
$@
@
echo
exec_prefix
=
$
${prefix}
>>
$@
@
echo
libdir
=
$(
INSTALL_LIBRARY
_PATH)
>>
$@
@
echo
libdir
=
$(
PREFIX)
/
$(INCLUDE
_PATH)
>>
$@
@
echo
includedir
=
$(
INSTALL_INCLUDE
_PATH)
>>
$@
@
echo
includedir
=
$(
PREFIX)
/
$(LIBRARY
_PATH)
>>
$@
@
echo
>>
$@
@
echo
>>
$@
@
echo
Name: hiredis
>>
$@
@
echo
Name: hiredis
>>
$@
@
echo
Description: Minimalistic C client library
for
Redis.
>>
$@
@
echo
Description: Minimalistic C client library
for
Redis.
>>
$@
...
...
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