* configure.in (package_makefile_rules_frag): New variable
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 22:25:59 +0000 (22:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 22:25:59 +0000 (22:25 +0000)
        which is used in the call to config.shared; redirect file descriptor 2
        to ${package_makefile_rules_frag}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17524 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++/ChangeLog
libstdc++/configure.in

index c9693ac..0cd7a45 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * configure.in (package_makefile_rules_frag): New variable
+       which is used in the call to config.shared; redirect file descriptor 2
+       to ${package_makefile_rules_frag}.
+
 Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * Makefile.in (install): Remove the shared library symlink even if
index 352a944..1a2803e 100644 (file)
@@ -20,6 +20,7 @@ fi
 srctrigger=sinst.cc
 srcname="ANSI C++ library"
 package_makefile_frag=Make.pack
+package_makefile_rules_frag=Make.pack.r
 
 # per-host:
 
@@ -83,7 +84,7 @@ MOSTLYCLEAN='*.o pic stamp-picdir core so_locations $(MOSTLYCLEAN_JUNK)'
 CLEAN='$(CLEAN_JUNK)'
 EXTRA_DISTCLEAN='target-mkfrag'
 
-(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
 
 # post-target: