Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/phoenix/configure.ac')
-rw-r--r--newlib/libc/sys/phoenix/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/phoenix/configure.ac b/newlib/libc/sys/phoenix/configure.ac
index 95b8c2651..f7aafc00a 100644
--- a/newlib/libc/sys/phoenix/configure.ac
+++ b/newlib/libc/sys/phoenix/configure.ac
@@ -11,7 +11,7 @@ NEWLIB_CONFIGURE(../../..)
if test -n "${machine_dir}"; then
case ${machine_dir} in
- arm) AC_CONFIG_SUBDIRS(machine/arm) ;;
+ arm) AC_CONFIG_FILES([machine/arm/Makefile]) ;;
esac
fi
PHOENIX_MACHINE_DIR=machine/${machine_dir}