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
a2ef2b69
Commit
a2ef2b69
authored
Nov 28, 2017
by
Zach Shipko
Browse files
Fix "make install" on OpenBSD
parent
07d41473
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
a2ef2b69
...
@@ -161,7 +161,7 @@ clean:
...
@@ -161,7 +161,7 @@ clean:
dep
:
dep
:
$(CC)
-MM
*
.c
$(CC)
-MM
*
.c
ifeq
($(uname_S),
SunOS
)
ifeq
($(uname_S),
$(filter $(uname_S),SunOS OpenBSD)
)
INSTALL
?=
cp
-r
INSTALL
?=
cp
-r
endif
endif
...
...
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