summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-04 14:27:06 +0000
committerru <ru@FreeBSD.org>2003-07-04 14:27:06 +0000
commit240df1e4a76aacc97b23bbdf07b3e37a6c40e152 (patch)
tree478c54d6756f6811f22707194bdbd7e463779bb8 /Makefile.inc1
parent1a28b01e3111666aa59273432a22b76afc30bcf9 (diff)
downloadFreeBSD-src-240df1e4a76aacc97b23bbdf07b3e37a6c40e152.zip
FreeBSD-src-240df1e4a76aacc97b23bbdf07b3e37a6c40e152.tar.gz
Fixed style bugs related to parentheses in Makefile.inc1.
Submitted by: bde Fixed nearby bug: propagate the root Makefile's idea of the appropriate "make" binary down to release/Makefile.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc114
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7f29afe..97d2486 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -652,18 +652,18 @@ _groff= gnu/usr.bin/groff/tmac
.endif
.endif
-.if ( ${BOOTSTRAPPING} < 450005 || \
- ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 ))
+.if ${BOOTSTRAPPING} < 450005 || \
+ ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
_uudecode= usr.bin/uudecode
.endif
-.if ( ${BOOTSTRAPPING} < 430002 || \
- ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500019 ))
+.if ${BOOTSTRAPPING} < 430002 || \
+ ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500019
_xargs= usr.bin/xargs
.endif
-.if ( ${BOOTSTRAPPING} < 430002 || \
- ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500018 ))
+.if ${BOOTSTRAPPING} < 430002 || \
+ ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500018
_yacc= usr.bin/yacc
.endif
@@ -754,7 +754,7 @@ _btxld= usr.sbin/btxld
.if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
defined(RELEASEDIR)) && \
- ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
+ (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide= usr.sbin/crunch/crunchide
.endif
OpenPOWER on IntegriCloud