From 3a744fee03d8e6b5f88832f8d0603cad11d583fd Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Wed, 28 Jan 1998 09:30:03 +0000 Subject: configure.in, [...]: Update with yesterday's toplevel configure.in changes. * stdio/configure.in, tests/configure.in: Update with yesterday's toplevel configure.in changes. * testsuite/cofnigure.in: Likewise. * config.shared: Fix typo in yesterday's changes. From-SVN: r17527 --- libio/stdio/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libio/stdio') diff --git a/libio/stdio/configure.in b/libio/stdio/configure.in index 21e920a..83cac17 100644 --- a/libio/stdio/configure.in +++ b/libio/stdio/configure.in @@ -6,6 +6,7 @@ configdirs= srctrigger=stdio.h srcname="libio/stdio" package_makefile_frag=../Make.pack +package_makefile_rules_frag=../Make.pack.r # per-host: @@ -15,7 +16,7 @@ LIBDIR=yes TO_TOPDIR=../../ ALL=nothing MOSTLYCLEAN='*.o pic stamp-picdir core stdio.list' -(. ${srcdir}/../config.shared) >${package_makefile_frag} +(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag} # post-target: -- cgit v1.1