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
43284ee4
Unverified
Commit
43284ee4
authored
Jan 05, 2018
by
Jan-Erik Rediger
Committed by
GitHub
Jan 05, 2018
Browse files
Merge pull request #561 from zshipko/master
Fix "make install" on OpenBSD
parents
abc60433
a2ef2b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
43284ee4
...
@@ -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