no more configure on which to depend
authorK. Richard Pixley <rich@cygnus>
Wed, 2 Oct 1991 07:24:45 +0000 (07:24 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 2 Oct 1991 07:24:45 +0000 (07:24 +0000)
Makefile.in
binutils/Makefile.in
gas/Makefile.in
gdb/Makefile.in
gprof/Makefile.in
ld/Makefile.in

index b9c0862df014cdff2337c6dc0db84fd1507f8db8..d083cc27c82e516fcc0551abfee16769915313d4 100644 (file)
@@ -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
index eb7e9b22dc1104b5b632d55f401af4481a2828af..75a5d01182c96a1c4aa0c1cae620b5cc74f0a87c 100644 (file)
@@ -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: ***
index 738724b5f15e58c4f5591e9716166bb27705c20e..2fa4db16649e7b93f8f211162523bfb3b3b4a167 100644 (file)
@@ -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
 
index 6fd90f994ded3a239cf1be3adaa4bc0f65ecba08..6763aa4bbdb3cebf6a85065cd5090d24b02348b9 100644 (file)
@@ -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:
index b233afb4119c654218d9346db239f25ce2473520..1dcfd4d7b8d421fb6caa51bcd7a444e4989de958 100644 (file)
@@ -1,4 +1,4 @@
-     @(#)Makefile    5.17 (Berkeley) 5/11/90
+ #     @(#)Makefile    5.17 (Berkeley) 5/11/90
 
 CC=    gcc
 MACHINE=       sparc
index e125f5c9d77f900385271e8a1679d6f4c9075377..98e4d25047ecb9297a4a72906614e8896f4310e6 100644 (file)
@@ -312,7 +312,7 @@ make:
 
 #\f
 
-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: ***