summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-20 22:40:41 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-20 22:40:41 +0000
commit9e610be8b876e7f5a4400c1a1a59a313eea2b497 (patch)
treee3ad84103814d793bc01a171a93a74ef86d27ff3
parent972c948527b22654aca7e0a6c9155ec849dd1e9e (diff)
downloadgcc-9e610be8b876e7f5a4400c1a1a59a313eea2b497.tar.gz
* Make-lang.in (ch/chill.info): Put MAKEINFO parameters in correct
order. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26567 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ch/ChangeLog5
-rw-r--r--gcc/ch/Make-lang.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 73f7ae277d5..686c321bf5e 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 20 23:37:01 1999 Nathan Sidwell <nathan@acm.org>
+
+ * Make-lang.in (ch/chill.info): Put MAKEINFO parameters in correct
+ order.
+
Wed Apr 14 21:07:30 1999 Mumit Khan <khan@xraylith.wisc.edu>
* config-lang.in (compilers): Add exeext.
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index 1876b9f5768..7bd86edc38a 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -110,7 +110,7 @@ CHILL.dvi: chill.dvi
CHILL.info: ch/chill.info
ch/chill.info: $(srcdir)/ch/chill.texi
- $(MAKEINFO) -I$(srcdir)/ch $(srcdir)/ch/chill.texi -o ch/chill.info
+ $(MAKEINFO) -I$(srcdir)/ch -o ch/chill.info $(srcdir)/ch/chill.texi
chill.dvi: $(srcdir)/ch/chill.texi $(srcdir)/extend.texi $(srcdir)/invoke.texi $(srcdir)/md.texi $(srcdir)/rtl.texi $(srcdir)/tm.texi
cd ch ; \