2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
This commit is contained in:
Joel Sherrill
2002-01-22 18:03:19 +00:00
parent 2cfb238713
commit cbc4e6fad7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add --enable-docs support. Add

View File

@@ -43,5 +43,5 @@ AC_SUBST(BARE_CPU_CFLAGS)
AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[true])
AM_CONDITIONAL([MULTILIB],[false])
includedir="\${exec_prefix}/\$(RTEMS_BSP)/lib/include"
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
])