From 2f4c86f83ee2c0c7cad9e1a14dd373a8bfb192fb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Mar 2004 12:43:20 +0000 Subject: 2004-03-29 Ralf Corsepius PR 561/rtems * include/rtems/concat.h: New. * Makefile.am: Add include/rtems/concat.h. PR/589 rtems * Makefile.am: Add include/rtems/pci.h. * Makefile.am: Include automake/compile.am. * configure.ac: RTEMS_TOP([..],[]). --- cpukit/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index a9e0db9040..67a24ad5fe 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([score]) -RTEMS_TOP([.]) +RTEMS_TOP([..],[]) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3