don't look in libiberty/testsuite for anything, it's going away.

This commit is contained in:
mrg 2014-02-23 01:59:40 +00:00
parent 7c3d18998b
commit bc30b52fcc
3 changed files with 4 additions and 3 deletions

View File

@ -98,6 +98,8 @@ FLAGS_TO_PASS = \
# Subdirectories to recurse into. We need to override this during cleaning
SUBDIRS = testsuite
# NetBSD override -- we delete the testsuite
SUBDIRS =
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
all: stamp-picdir $(TARGETLIB) required-list all-subdir

View File

@ -6847,7 +6847,7 @@ LIBOBJS="$L"
# We need multilib support, but only if configuring for the target.
ac_config_files="$ac_config_files Makefile testsuite/Makefile"
ac_config_files="$ac_config_files Makefile"
ac_config_commands="$ac_config_commands default"
@ -7551,7 +7551,6 @@ do
case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;

View File

@ -705,7 +705,7 @@ AC_SUBST(docdir)
AC_SUBST(htmldir)
# We need multilib support, but only if configuring for the target.
AC_CONFIG_FILES([Makefile testsuite/Makefile])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_COMMANDS([default],
[[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then