Avoid 'v' flag on archive updates, since it just wastes space in the log.
[deliverable/binutils-gdb.git] / Makefile.in
index 5901c4d624e4c9c981cb94f884db9fa0a03f57cd..b9c0862df014cdff2337c6dc0db84fd1507f8db8 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 Tue Sep 24 21:25:57 PDT 1991, by rich@cygnus.com
+# Last Mod Mon Sep 30 20:40:01 PDT 1991, by rich@cygnus.com
 #
 # $Id$
 
@@ -30,7 +30,7 @@ SHELL=/bin/sh
 
 RANLIB = ranlib
 AR = ar
-AR_FLAGS = cqv
+AR_FLAGS = cq
 BISONPATH = 
 
 BISON = `if [ -d $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir) ] ; then echo $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir)/bison -L $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`/; else echo yacc ; fi`
@@ -191,11 +191,8 @@ force:
 
 # with the gnu make, this is done automatically.
 
-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
-       (cd $(srcdir) ; \
-               ./configure +destdir=$(destdir) +norecurse \
-                `if [ "$(srcdir)" != "." ] ; then echo +subdirs; fi` \
-               $(host) +target=$(target))
+Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host_makefile_frag) $(target_makefile_frag)
+       $(SHELL) ./config.status
 
 #
 # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
@@ -241,7 +238,13 @@ force_update:
 
 #
 # $Log$
-# Revision 1.35  1991/09/25 04:34:40  rich
+# 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
+# Exploit the new executable config.status
+#
+# Revision 1.35  1991/09/25  04:34:40  rich
 # Pass command names with absolute paths.  Easier than keeping relative
 # paths right when dealing with sub/sub/directories.
 #
This page took 0.023434 seconds and 4 git commands to generate.