From 59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2002 14:13:40 +0000 Subject: 2002-01-23 Ralf Corsepius * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h). --- cpukit/score/cpu/powerpc/ChangeLog | 7 +++++++ cpukit/score/cpu/powerpc/configure.ac | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 0e7d162091..e5854db6e9 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,10 @@ +2002-01-23 Ralf Corsepius + + * rtems/Makefile.am: Removed. + * rtems/score/Makefile.am: Removed. + * configure.ac: Reflect changes above. + AC_CONFIG_SRCDIR(asm.h). + 2002-01-21 Ralf Corsepius * rtems/Makefile.am: New. 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 -- cgit v1.2.3