summaryrefslogtreecommitdiffstats
path: root/c/src/make
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/make
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/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index a4327fbc4b..ffb4f97817 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/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/make/Makefile.am b/c/src/make/Makefile.am
index 5c4efd052c..95ba6eb902 100644
--- a/c/src/make/Makefile.am
+++ b/c/src/make/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I ../../../aclocal
rtems_makedir = $(prefix)/make