From ef14509b910d35d8111d2bd7a503272279e6cf01 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Tue, 27 Jan 1998 22:25:59 +0000 Subject: configure.in (package_makefile_rules_frag): New variable which is used in the call to config.shared... * 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}. From-SVN: r17524 --- libstdc++/ChangeLog | 6 ++++++ libstdc++/configure.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'libstdc++') diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index c9693ac..0cd7a45 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 27 23:27:32 1998 Manfred Hollstein + + * 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 * Makefile.in (install): Remove the shared library symlink even if diff --git a/libstdc++/configure.in b/libstdc++/configure.in index 352a944..1a2803e 100644 --- a/libstdc++/configure.in +++ b/libstdc++/configure.in @@ -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: -- cgit v1.1