diff options
-rw-r--r-- | Makefile.in | 9 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 | ||||
-rw-r--r-- | gas/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 | ||||
-rw-r--r-- | gprof/Makefile.in | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
6 files changed, 11 insertions, 8 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 diff --git a/binutils/Makefile.in b/binutils/Makefile.in index eb7e9b2..75a5d01 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -201,7 +201,7 @@ make: echo >>Makefile ; \ sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile -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 ### Local Variables: *** diff --git a/gas/Makefile.in b/gas/Makefile.in index 738724b..2fa4db1 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -571,6 +571,6 @@ risky-stage4: force force: -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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6fd90f9..6763aa4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -553,7 +553,7 @@ de-stage3: force - (cd stage3 ; mv -f * ..) - rmdir stage3 -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 force: diff --git a/gprof/Makefile.in b/gprof/Makefile.in index b233afb..1dcfd4d 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -1,4 +1,4 @@ -# @(#)Makefile 5.17 (Berkeley) 5/11/90 + # @(#)Makefile 5.17 (Berkeley) 5/11/90 CC= gcc MACHINE= sparc diff --git a/ld/Makefile.in b/ld/Makefile.in index e125f5c..98e4d25 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -312,7 +312,7 @@ make: # -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 ### Local Variables: *** |