Skip to content

Commit

Permalink
* Makefile.in (install targets): Add a dummy target for sunos make.
Browse files Browse the repository at this point in the history
        (SUBDIR): Remove 'info'.  It's unneeded.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16252 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
law committed Oct 31, 1997
1 parent c8b8c5c commit 3f0e1fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions texinfo/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions texinfo/Makefile.in
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3f0e1fb

Please sign in to comment.