summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-15 12:10:03 +0000
committerjkh <jkh@FreeBSD.org>1994-09-15 12:10:03 +0000
commit6b305c3da518d4d12be1c74c96865cdaf3f75347 (patch)
treea7ad9d6536ac532a2d7d08261087ba8e47545514 /gnu
parentdfabce15d1e98340810c018f587d82a628f2c1da (diff)
downloadFreeBSD-src-6b305c3da518d4d12be1c74c96865cdaf3f75347.zip
FreeBSD-src-6b305c3da518d4d12be1c74c96865cdaf3f75347.tar.gz
Fix typo, add -c to install so that files aren't moved out on first
install! :-)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/info-files/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile
index 07cfc69..fca2c6b 100644
--- a/gnu/usr.bin/texinfo/info-files/Makefile
+++ b/gnu/usr.bin/texinfo/info-files/Makefile
@@ -2,17 +2,15 @@
# Makefile for INFO files
#
-INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.inf-2
+INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.info-2
INFOFILES+= texi.info-3 texi.info-4 texi.info-5 texi.info-6 texi.info-7
INFOFILES+= texi.info-8 texi.info-9 texi.info-10 texi.info-11
install:
mkdir -p ${INFODIR}
- install -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
+ install -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
-clean:
-cleandir:
-obj:
+clean cleandir obj:
+ @echo -n
.include <bsd.prog.mk>
-
OpenPOWER on IntegriCloud