summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:40 +0000
commit59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3 (patch)
tree9101250155bb8b0c73188a29eb7fdcc0a6db39b2 /cpukit/score/cpu/powerpc/configure.ac
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3.tar.bz2
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h).
Diffstat (limited to '')
-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