From db3644c512d6662738ccf1b290ed4a86e6185fec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:32:44 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * itrontests.am: Remove DEFS. --- testsuites/itrontests/ChangeLog | 6 ++++++ testsuites/itrontests/Makefile.am | 2 +- testsuites/itrontests/itrontests.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'testsuites/itrontests') diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index a766379822..89e433dc69 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * itrontests.am: Remove DEFS. + 2000-09-04 Ralf Corsepius * itronhello/Makefile.am, itronmbf01/Makefile.am, diff --git a/testsuites/itrontests/Makefile.am b/testsuites/itrontests/Makefile.am index b4c23c60b3..33b884a1c2 100644 --- a/testsuites/itrontests/Makefile.am +++ b/testsuites/itrontests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ itronmbf01 itronmbox01 itronsem01 itrontime01 diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am index 74bb1078ef..0262091454 100644 --- a/testsuites/itrontests/itrontests.am +++ b/testsuites/itrontests/itrontests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3