summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/ChangeLog6
-rw-r--r--testsuites/tmtests/Makefile.am2
-rw-r--r--testsuites/tmtests/tmtests.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 20fc54b73d..c61be549e5 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
+ Switch to GNU canonicalization.
+ * tmtests.am: Remove DEFS.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
index 6e9287a926..1261a7abe2 100644
--- a/testsuites/tmtests/Makefile.am
+++ b/testsuites/tmtests/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \
tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 \
diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am
index 2030f68d6c..a52c6f0e95 100644
--- a/testsuites/tmtests/tmtests.am
+++ b/testsuites/tmtests/tmtests.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS += @DEFS@
+## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@