summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 736698d..a134092 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
+# $Id: $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@@ -25,7 +26,7 @@ beforeinstall:
match.o: ${.CURDIR}/match.S
$(CPP) ${.CURDIR}/match.S >_match.s
$(CC) -c _match.s
- mv _match.o match.o
+ mv -f _match.o match.o
rm -f _match.s
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud