From 9f795376b3921c04e5abe4bc29b1905e78ae2db2 Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 7 May 1996 23:19:49 +0000 Subject: ``mv'' -> ``mv -f'' ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root --- lib/libdisk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libdisk') diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 307c750..a81cddb 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,3 +1,5 @@ +# $Id: $ + LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ create_chunk.c rules.c write_disk.c data.c @@ -46,7 +48,7 @@ data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2 < ${BOOTS}/boot1 > tmp.c file2c 'const unsigned char boot2[] = {' '};' \ < ${BOOTS}/boot2 >> tmp.c - mv tmp.c data.c + mv -f tmp.c data.c beforeinstall: @${ECHO} installing libdisk.h -- cgit v1.1