diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-01-05 00:17:07 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-01-05 00:17:07 +0000 |
commit | f240337a6fd6850c97d153749825fc22c2267b74 (patch) | |
tree | 017df8252015c9492238d376d98108e762558363 /gdb/doc/Makefile.in | |
parent | c87f565f5a77a44fc5abfb749a522921a454ab6c (diff) | |
download | gdb-f240337a6fd6850c97d153749825fc22c2267b74.zip gdb-f240337a6fd6850c97d153749825fc22c2267b74.tar.gz gdb-f240337a6fd6850c97d153749825fc22c2267b74.tar.bz2 |
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Require autoconf 2.12.1 or higher.
* doc/configure.in: Ditto.
* nlm/configure.in: Ditto.
* rdi-share/configure.in: Ditto.
* testsuite/configure.in: Ditto.
* doc/Makefile.in: Don't hardcode $(SHELL).
* nlm/Makefile.in: Ditto.
* rdi-share/Makefile.in: Ditto.
* testsuite/Makefile.in: Ditto.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 8d6e05f..ddcd014 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -1,4 +1,4 @@ -##Copyright (C) 1991, 1992 Free Software Foundation, Inc. +##Copyright (C) 1991, 1992, 1999 Free Software Foundation, Inc. # Makefile for GDB documentation. # This file is part of GDB. @@ -24,7 +24,7 @@ prefix = @prefix@ infodir = @infodir@ -SHELL = /bin/sh +SHELL = @SHELL@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |