From: Stu Grossman Date: Fri, 20 Mar 1992 00:53:45 +0000 (+0000) Subject: Add .stmp-readline to all.cross... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=52963fb7e9af7fc83cbdad45299edaf2dc9cc59a;p=deliverable%2Fbinutils-gdb.git Add .stmp-readline to all.cross... --- diff --git a/ChangeLog b/ChangeLog index e18dae7109..fe1fbabebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com) - * Makefile.in (all.cross): Add .stmp-bfd. + * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline. Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com) diff --git a/Makefile.in b/Makefile.in index 4cf3821d9c..28fade02ed 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 \