diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-21 22:07:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-21 22:07:08 +0000 |
commit | feb7b457a05615630751b8c5a0f6d078e943c79d (patch) | |
tree | a27d8be65fbcc8dce40b43fc07d9f63fff051624 /Mk | |
parent | 0eac08c2c87bbd5f175c92f649a666e62b7fccbc (diff) |
Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This
fixes an errant "true" that can be seen after make patch.
Notes
Notes:
svn path=/head/; revision=154094
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 395e1f2f78e3..7b37f97ba128 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3249,7 +3249,7 @@ patch-dos2unix: .endfor .endif .else - ${DO_NADA} + @${DO_NADA} .endif .endif |