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
30814af6
Commit
30814af6
authored
Mar 19, 2015
by
Jan-Erik Rediger
Browse files
Correct escaping for prefix in pkgconf file
parent
5c12fa4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
30814af6
...
...
@@ -150,7 +150,7 @@ INSTALL?= cp -a
$(PKGCONFNAME)
:
hiredis.h
@
echo
"Generating
$@
for pkgconfig..."
@
echo
prefix
=
$(PREFIX)
>
$@
@
echo
exec_prefix
=
$
${prefix}
>>
$@
@
echo
exec_prefix
=
\
$
${prefix}
>>
$@
@
echo
libdir
=
$(PREFIX)
/
$(LIBRARY_PATH)
>>
$@
@
echo
includedir
=
$(PREFIX)
/
$(INCLUDE_PATH)
>>
$@
@
echo
>>
$@
...
...
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