summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:15:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:15:15 +0000
commitbacec4c042f5d0aafcf27271d6854a77f38ef718 (patch)
treefbb5e6be5104a52910b0b29a63e7a5f55c0dc7a3 /tools/cpu/generic
parent2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bacec4c042f5d0aafcf27271d6854a77f38ef718.tar.bz2
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to GNU-canonicalized autoconf macros.
Diffstat (limited to 'tools/cpu/generic')
-rw-r--r--tools/cpu/generic/ChangeLog4
-rw-r--r--tools/cpu/generic/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index 101734ce64..0d6c091cad 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Switch to GNU-canonicalized autoconf macros.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/tools/cpu/generic/Makefile.am b/tools/cpu/generic/Makefile.am
index 0d6f395093..d762bc82cc 100644
--- a/tools/cpu/generic/Makefile.am
+++ b/tools/cpu/generic/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
noinst_SCRIPTS = size_rtems
include $(top_srcdir)/../../../automake/host.am