From b33e20ea90bcc6994ebea584d25f738c92349ed7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:32:26 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * mptests.am: Remove DEFS. --- testsuites/mptests/ChangeLog | 6 ++++++ testsuites/mptests/Makefile.am | 2 +- testsuites/mptests/mptests.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index b5a4b4d474..3a5ddd9216 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,9 @@ + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * mptests.am: Remove DEFS. + +2000-09-04 Ralf Corsepius + * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am index 8143d1b540..c2263c493a 100644 --- a/testsuites/mptests/Makefile.am +++ b/testsuites/mptests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ mp14 diff --git a/testsuites/mptests/mptests.am b/testsuites/mptests/mptests.am index f7def3bbe0..c4580f7854 100644 --- a/testsuites/mptests/mptests.am +++ b/testsuites/mptests/mptests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3