summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/configure.ac')
-rw-r--r--cpukit/score/cpu/powerpc/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/cpu/powerpc/configure.ac b/cpukit/score/cpu/powerpc/configure.ac
index ac055639bf..59199938b6 100644
--- a/cpukit/score/cpu/powerpc/configure.ac
+++ b/cpukit/score/cpu/powerpc/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT
-AC_CONFIG_SRCDIR([shared])
+AC_CONFIG_SRCDIR([asm.h])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-rtems/Makefile
-rtems/score/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT