[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
common: adopt make 4 changes around how to define space
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <me@muvaf.com>
  • Loading branch information
muvaf committed Oct 10, 2022
1 parent 832bd82 commit 800525e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makelib/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ version.isdirty:
SED_CMD?=sed -i -e

COMMA := ,
SPACE :=
SPACE +=
EMPTY :=
SPACE := $(EMPTY) $(EMPTY)

# define a newline
define \n
Expand Down

0 comments on commit 800525e

Please sign in to comment.