diff options
| author | ruki <[email protected]> | 2020-05-08 00:30:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-07 21:03:49 +0800 |
| commit | 0c0867e019801e38504b34efa607b6de11677b5c (patch) | |
| tree | cc1afb607cfad04589f0cad26752b262a413810d /core/makefile | |
| parent | 26256020e2d8d0ef75774a3d333863729e3258c7 (diff) | |
fix makefile syntax
Diffstat (limited to 'core/makefile')
| -rw-r--r-- | core/makefile | 2 |
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 |
