summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-02-13 00:58:48 +0000
committerkientzle <kientzle@FreeBSD.org>2004-02-13 00:58:48 +0000
commit6a101e69157073d4539484b3633d84c04d35a0dc (patch)
treebf3514317d011fad78431db17614053f1c1a03d9 /gnu/usr.bin
parent3c2a02affb1ecfc43fa9f26003af64ea96f2f2f2 (diff)
downloadFreeBSD-src-6a101e69157073d4539484b3633d84c04d35a0dc.zip
FreeBSD-src-6a101e69157073d4539484b3633d84c04d35a0dc.tar.gz
Style fixes: Use curly braces in Makefiles,
use cat (not cp) to copy files. Submitted by: ru
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 1725370..af270ed 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -26,6 +26,6 @@ CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${TARDIR}/lib -I${TARDIR}/src
# "Rename" tar.1 to gtar.1 so that we can install gtar.1 with
# tar.1 as an optional link (rather than vice versa)
gtar.1: tar.1
- cp $(.CURDIR)/tar.1 $(.TARGET)
+ cat ${.CURDIR}/tar.1 > ${.TARGET}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud