Fix a defined() conditional that began failing for me for no clear reason.

This commit is contained in:
Glen Barber 2013-06-18 00:40:38 +00:00
parent ed146b7542
commit d95e940af4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41942

View file

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