summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-08 00:30:38 +0800
committerruki <[email protected]>2020-05-07 21:03:49 +0800
commit0c0867e019801e38504b34efa607b6de11677b5c (patch)
treecc1afb607cfad04589f0cad26752b262a413810d
parent26256020e2d8d0ef75774a3d333863729e3258c7 (diff)
fix makefile syntax
-rw-r--r--core/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/makefile b/core/makefile
index f4236efee..657ecaa14 100644
--- a/core/makefile
+++ b/core/makefile
@@ -252,7 +252,7 @@ ifeq ($(HOST),macosx)
SED := perl -pi -e
SEDX := perl -p -e
else
-ifeq isbsd
+ifdef isbsd
SED := perl -pi -e
SEDX := perl -p -e
else