diff options
Diffstat (limited to 'libio/stdio/configure.in')
-rw-r--r-- | libio/stdio/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/stdio/configure.in b/libio/stdio/configure.in index 21e920acf47..83cac17ebc7 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: |