diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-16 00:18:43 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-16 00:18:43 +0000 |
commit | 5436fc6578fb8f0b84e2e2658cc20022dc607d8e (patch) | |
tree | dfa917cc33bf5c81490de2b22cb17c050c32b2df /gdb/config/m68k | |
parent | c812c3087af2fe5a8e7863ad3edf42bdefb989c7 (diff) | |
download | gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.zip gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.tar.gz gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.tar.bz2 |
* config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},
config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh,
mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured
out by autoconf.
* config/apollo68v.mh (RANLIB): Removed, figured out by autoconf.
* Makefile.in, configure.in: Converted to use autoconf
* aclocal.m4: New file, local autoconf macro definitions.
* configure: New file, generated with autoconf 2.3.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/m68kv4.mh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/m68k/m68kv4.mh b/gdb/config/m68k/m68kv4.mh index b005906..9253f4d 100644 --- a/gdb/config/m68k/m68kv4.mh +++ b/gdb/config/m68k/m68kv4.mh @@ -10,6 +10,3 @@ NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o # old termcap descriptions are incomplete. So ensure that we use the # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib - -# SVR4 puts the BSD compatible install in /usr/ucb. -INSTALL = /usr/ucb/install -c |