summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-05 20:29:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-05 20:29:38 +0000
commit7d7d2e9326ea832f9bdc0e43a9dcc69d07b6242f (patch)
tree8f5e98553bd5b16b127e107eb938e1c354a90bbb /c/src/lib/libbsp/powerpc/gen83xx/configure.ac
parent2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7d7d2e9326ea832f9bdc0e43a9dcc69d07b6242f.tar.bz2
2007-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac: Fix path. * include/bsp.h: Fix typo.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
index 1932321d47..97490378ce 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-c-src-lib-libbsp-powerpc-gen5200],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
+AC_INIT([rtems-c-src-lib-libbsp-powerpc-gen83xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)