diff options
author | Stu Grossman <grossman@cygnus> | 1992-03-20 00:53:45 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-03-20 00:53:45 +0000 |
commit | 52963fb7e9af7fc83cbdad45299edaf2dc9cc59a (patch) | |
tree | 7c89ca1ce7cd42352e2ce7bf2663bc69ad2cbab0 /Makefile.in | |
parent | 66cfe047e57fb9548a628e5c607ea12ca4911a71 (diff) | |
download | gdb-52963fb7e9af7fc83cbdad45299edaf2dc9cc59a.zip gdb-52963fb7e9af7fc83cbdad45299edaf2dc9cc59a.tar.gz gdb-52963fb7e9af7fc83cbdad45299edaf2dc9cc59a.tar.bz2 |
Add .stmp-readline to all.cross...
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4cf3821..28fade0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,7 +117,7 @@ all.normal: .stmp-libiberty .stmp-mmalloc .stmp-texinfo .stmp-bison .stmp-byacc .stmp-grep .stmp-patch .stmp-emacs .stmp-ispell .stmp-fileutils \ .stmp-newlib all.cross: .stmp-libiberty .stmp-mmalloc .stmp-gas .stmp-bison .stmp-ld \ - .stmp-bfd .stmp-libgcc .stmp-gdb + .stmp-bfd .stmp-libgcc .stmp-readline .stmp-gdb # $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)" clean: clean-stamps clean-libiberty clean-mmalloc clean-texinfo clean-bfd \ |