Fix build with bmake(1).
Approved by: doceng (implicit)
This commit is contained in:
parent
d95e940af4
commit
21dae225c8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41943
6 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ DOCS?= index.xml
|
|||
SUBDIR= 4.6.2R 4.7R 4.8R 4.9R 4.11R
|
||||
SUBDIR+= 5.0R 5.1R 5.2R 5.3R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ SUBDIR+= 4.7R
|
|||
SUBDIR+= 5.0R
|
||||
SUBDIR+= 5.1R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ SUBDIR = 4.10R 4.11R
|
|||
SUBDIR+= 5.2R 5.2.1R 5.3R 5.4R
|
||||
SUBDIR+= 6.0R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ SUBDIR+= 8.2R 8.3R 8.4R
|
|||
#SUBDIR+= 9.0R 9.1R
|
||||
SUBDIR+= 9.0R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ DOCS?= index.xml
|
|||
|
||||
SUBDIR= 5.3R 5.4R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ SUBDIR+= 5.4R 5.5R
|
|||
SUBDIR+= 6.0R 6.1R 6.2R 6.3R
|
||||
SUBDIR+= 7.0R 7.1R 7.2R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
.if defined($(NEW_BUILD))
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue