Fix build with bmake(1).

Approved by:	doceng (implicit)
This commit is contained in:
Glen Barber 2013-06-18 00:49:02 +00:00
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
de_DE.ISO8859-1/htdocs/releases
fr_FR.ISO8859-1/htdocs/releases
it_IT.ISO8859-15/htdocs/releases
ja_JP.eucJP/htdocs/releases
ru_RU.KOI8-R/htdocs/releases
zh_CN.GB2312/htdocs/releases

View file

@ -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

View file

@ -37,7 +37,7 @@ SUBDIR+= 4.7R
SUBDIR+= 5.0R
SUBDIR+= 5.1R
.if defined $(NEW_BUILD)
.if defined($(NEW_BUILD))
SUBDIR=
.endif

View file

@ -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

View file

@ -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

View file

@ -18,7 +18,7 @@ DOCS?= index.xml
SUBDIR= 5.3R 5.4R
.if defined $(NEW_BUILD)
.if defined($(NEW_BUILD))
SUBDIR=
.endif

View file

@ -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