summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-23 23:43:35 +0000
committerjkh <jkh@FreeBSD.org>1995-01-23 23:43:35 +0000
commitb4c26b2f807ef84576cda609140a295a4bb0270f (patch)
tree4b262e0f71ecd774712f63129549683c274e9492 /gnu/usr.bin/texinfo
parentfed608150966481fc89ff7d162a3aef3570d3120 (diff)
downloadFreeBSD-src-b4c26b2f807ef84576cda609140a295a4bb0270f.zip
FreeBSD-src-b4c26b2f807ef84576cda609140a295a4bb0270f.tar.gz
Fix bogus dummy rule (sigh).
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 4dfffe6..4709cb7 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>
OpenPOWER on IntegriCloud