summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 16:43:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 16:43:05 +0000
commitfeead2261885d85a23f0cc4d10b40a5878c0c705 (patch)
tree7fdba37c4bc354b462fa887ad64d0003d72c3ab4 /c/src/wrapup
parent2000-11-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-feead2261885d85a23f0cc4d10b40a5878c0c705.tar.bz2
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index d98467d735..e1ef659805 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
+
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 251d0d2af2..c0969328a4 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -5,7 +5,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I ../../../aclocal
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am