diff options
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |