Skip to content

Commit

Permalink
Fix SPACE__ make variable definition
Browse files Browse the repository at this point in the history
Previous definition was not portable between versions
  • Loading branch information
JJL772 committed Oct 24, 2024
1 parent 71df793 commit ee61aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/defs.mak
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ WITH_PYCPSW_default =$(or $(and $(and $(pyinc_DIR),$(wildcard $(pyinc_D
WITH_BOOST_default =YES

COMMA__:=,
SPACE__:=
SPACE__+=
SPACE__:=$() $()

ifndef SRCDIR
SRCDIR=.
Expand Down

0 comments on commit ee61aa0

Please sign in to comment.