summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 22:23:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 22:23:50 +0000
commit47c02203977b7590b9bdd01c6efaccf742b97a1a (patch)
tree9f834818ac657fd098ce7dc34e1ef52c00e1281d /cpukit/score/cpu/h8300
parent2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-47c02203977b7590b9bdd01c6efaccf742b97a1a.tar.bz2
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix package name.
Diffstat (limited to 'cpukit/score/cpu/h8300')
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog4
-rw-r--r--cpukit/score/cpu/h8300/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index cff35ae0c6..5bce2892f8 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Fix package name.
+
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
diff --git a/cpukit/score/cpu/h8300/configure.ac b/cpukit/score/cpu/h8300/configure.ac
index c830dab3a1..970845b75e 100644
--- a/cpukit/score/cpu/h8300/configure.ac
+++ b/cpukit/score/cpu/h8300/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT([rtems-c-src-exec-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-cpukit-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)