From cbe7d660ab12daed97dc5d77971005e261548f28 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:30:17 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * sptests.am: Remove DEFS. --- c/src/tests/sptests/ChangeLog | 6 ++++++ c/src/tests/sptests/Makefile.am | 2 +- c/src/tests/sptests/sptests.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'c/src') diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog index 62eb4c38e5..451809cf50 100644 --- a/c/src/tests/sptests/ChangeLog +++ b/c/src/tests/sptests/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * sptests.am: Remove DEFS. + 2000-09-29 Joel Sherrill * sp20/sp20.scn: Corrected to reflect new addition. diff --git a/c/src/tests/sptests/Makefile.am b/c/src/tests/sptests/Makefile.am index 7452d72394..e96403c1f3 100644 --- a/c/src/tests/sptests/Makefile.am +++ b/c/src/tests/sptests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros ## sp10 and spfatal are not included for now SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \ diff --git a/c/src/tests/sptests/sptests.am b/c/src/tests/sptests/sptests.am index 57a81ea7a0..5962ac54aa 100644 --- a/c/src/tests/sptests/sptests.am +++ b/c/src/tests/sptests/sptests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3