aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 23:43:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 23:43:35 +0000
commit7884c1e534ff217eae92e953849a06824fcc829e (patch)
tree4b262e0f71ecd774712f63129549683c274e9492 /gnu/usr.bin/texinfo
parent745bdc24b4dfeed045db1526b98d46f39c789301 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/info-files/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile
index 4dfffe6a4ca7..4709cb7bb0bd 100644
--- a/gnu/usr.bin/texinfo/info-files/Makefile
+++ b/gnu/usr.bin/texinfo/info-files/Makefile
@@ -7,6 +7,7 @@ INFOFILES= dir
install:
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
-clean cleandir obj:;
+clean cleandir obj:
+ @echo -n
.include <bsd.prog.mk>