diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-02 07:24:45 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-02 07:24:45 +0000 |
commit | f1eb48b62e6365b51ec3aedb6b340118bba700c4 (patch) | |
tree | d8849c9228f5e34595cd5f15b751827c7dfa578a /Makefile.in | |
parent | 7875b07ffaf83c2eef9a8021272e171e8f399a6f (diff) | |
download | gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.zip gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.gz gdb-f1eb48b62e6365b51ec3aedb6b340118bba700c4.tar.bz2 |
no more configure on which to depend
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b9c0862..d083cc2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # -# Last Mod Mon Sep 30 20:40:01 PDT 1991, by rich@cygnus.com +# Last Mod Wed Oct 2 00:21:53 PDT 1991, by rich@cygnus.com # # $Id$ @@ -191,7 +191,7 @@ force: # with the gnu make, this is done automatically. -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host_makefile_frag) $(target_makefile_frag) +Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) ./config.status # @@ -238,7 +238,10 @@ force_update: # # $Log$ -# Revision 1.37 1991/10/01 13:41:00 gnu +# Revision 1.38 1991/10/02 07:21:55 rich +# no more configure on which to depend +# +# Revision 1.37 1991/10/01 13:41:00 gnu # Avoid 'v' flag on archive updates, since it just wastes space in the log. # # Revision 1.36 1991/10/01 03:45:39 rich |