summaryrefslogtreecommitdiff
path: root/texinfo
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-10-31 16:38:44 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-10-31 16:38:44 +0000
commit3f0e1fbe0a8b8adc393fec5073d925a87512d504 (patch)
tree238d9e9bb650ba6bf4db7a6bbf8b0eea00923b96 /texinfo
parentc8b8c5ccc43289a56b02a7a904c9f4837a77226c (diff)
downloadgcc-3f0e1fbe0a8b8adc393fec5073d925a87512d504.tar.gz
* Makefile.in (install targets): Add a dummy target for sunos make.
(SUBDIR): Remove 'info'. It's unneeded. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16252 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo')
-rw-r--r--texinfo/ChangeLog5
-rw-r--r--texinfo/Makefile.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index 59f1d9d8ba6..7f5a278192a 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 31 09:39:31 1997 Jeffrey A Law (law@cygnus.com)
+
+ * Makefile.in (install targets): Add a dummy target for sunos make.
+ (SUBDIR): Remove 'info'. It's unneeded.
+
Wed Oct 29 22:56:46 1997 Robert Lipe (robertl@dgii.com)
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in
index 2c76a752e1a..e9c814fc0ca 100644
--- a/texinfo/Makefile.in
+++ b/texinfo/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for Texinfo distribution.
-# $Id: Makefile.in,v 1.2 1997/09/03 04:25:21 law Exp $
+# $Id: Makefile.in,v 1.5 1998/03/17 01:38:14 manfred Exp $
#
# Copyright (C) 1993, 96 Free Software Foundation, Inc.
@@ -67,7 +67,7 @@ VERSION = 3.9
DISTNAME = texinfo-$(VERSION)
# Subdirectories that have makefiles
-SUBDIRS = libtxi makeinfo info util emacs
+SUBDIRS = libtxi makeinfo util emacs
# All subdirectories that go into a distribution
ALL_SUBDIRS = $(SUBDIRS) makeinfo/macros
@@ -89,6 +89,8 @@ dvi: texinfo.dvi license.dvi lgpl.dvi
.PHONY: install installdirs installcheck install-info uninstall
+install installdirs installcheck install-info uninstall:
+
Makefile: Makefile.in config.status
$(SHELL) ./config.status