m32c/m32cbsp/configure.ac: Correct typo

This commit is contained in:
Joel Sherrill
2016-01-04 11:05:32 -06:00
committed by Joel Sherrill
parent a061f9d3c5
commit 7297258123
+1 -1
View File
@@ -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-m32c-m32csim],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)