summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-19 23:36:05 +0000
committerbde <bde@FreeBSD.org>1999-01-19 23:36:05 +0000
commit53e99dd22f96770f71a20c5d8a308113f1ef9711 (patch)
treeb3cf6f7196aae2c0961286c40abd83326e827bbb /gnu
parent2142e794d720c024a10ed406c58af94d4dd0ab6b (diff)
downloadFreeBSD-src-53e99dd22f96770f71a20c5d8a308113f1ef9711.zip
FreeBSD-src-53e99dd22f96770f71a20c5d8a308113f1ef9711.tar.gz
Fixed breakage of cross-compiling in previous commit. The installed
version of makeinfo must be used. The fix breaks bootstrapping of texinfo by a simple `make' in the texinfo directory -- `make world' must be used to bootstrap it if you don't know how to do it manually. Fixed at least 7 style bugs in previous commit.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/doc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/texinfo/doc/Makefile b/gnu/usr.bin/texinfo/doc/Makefile
index 6b00ea0..65e8fa6 100644
--- a/gnu/usr.bin/texinfo/doc/Makefile
+++ b/gnu/usr.bin/texinfo/doc/Makefile
@@ -1,13 +1,11 @@
-# $Id$
+# $Id: Makefile,v 1.9 1999/01/14 20:00:43 markm Exp $
-INFO= info-stnd info texinfo
+INFO= info info-stnd texinfo
-MAKEINFO= ../makeinfo/makeinfo
-
-CLEANFILES+= ${.OBJDIR}/texinfo.texi
+CLEANFILES= texinfo.texi
texinfo.texi: texinfo.txi
- @ln -sf ${.OODATE} ${.TARGET}
+ ln -fs ${.ALLSRC} ${.TARGET}
.include <bsd.info.mk>
OpenPOWER on IntegriCloud