summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-26 10:59:48 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:05:33 -0600
commitebcf458d03a5dbd545cf83d1703b914d560750c4 (patch)
tree2141a9b80f5cfb5a6f0c2167268acea094f91898
parentm32c/m32cbsp/configure.ac: Correct typo (diff)
downloadrtems-ebcf458d03a5dbd545cf83d1703b914d560750c4.tar.bz2
powerpc/qemuppc/configure.ac: Correct typo
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/configure.ac b/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
index dda988ad20..8b2a59504f 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/qemuppc/configure.ac
@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
+AC_INIT([rtems-c-src-lib-libbsp-powerpc-qemuppc],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)