Fix a defined() conditional that began failing for me for no clear reason.
This commit is contained in:
parent
ed146b7542
commit
d95e940af4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41942
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ SUBDIR+= 7.0R 7.1R 7.2R 7.3R 7.4R
|
|||
SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R
|
||||
SUBDIR+= 9.0R 9.1R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue