From 37a9cf177164cfcb6df9ecdec680dc51f8b33553 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:32:34 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * libtests.am: Remove DEFS. --- c/src/tests/libtests/ChangeLog | 6 ++++++ c/src/tests/libtests/Makefile.am | 2 +- c/src/tests/libtests/libtests.am | 2 +- testsuites/libtests/ChangeLog | 6 ++++++ testsuites/libtests/Makefile.am | 2 +- testsuites/libtests/libtests.am | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog index 842dc09d8d..8d265f5083 100644 --- a/c/src/tests/libtests/ChangeLog +++ b/c/src/tests/libtests/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * libtests.am: Remove DEFS. + 2000-09-04 Ralf Corsepius * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, diff --git a/c/src/tests/libtests/Makefile.am b/c/src/tests/libtests/Makefile.am index d60d6dae67..d8f8d4f0e1 100644 --- a/c/src/tests/libtests/Makefile.am +++ b/c/src/tests/libtests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \ rtems++ diff --git a/c/src/tests/libtests/libtests.am b/c/src/tests/libtests/libtests.am index 2030f68d6c..a52c6f0e95 100644 --- a/c/src/tests/libtests/libtests.am +++ b/c/src/tests/libtests/libtests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 842dc09d8d..8d265f5083 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * libtests.am: Remove DEFS. + 2000-09-04 Ralf Corsepius * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am index d60d6dae67..d8f8d4f0e1 100644 --- a/testsuites/libtests/Makefile.am +++ b/testsuites/libtests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \ rtems++ diff --git a/testsuites/libtests/libtests.am b/testsuites/libtests/libtests.am index 2030f68d6c..a52c6f0e95 100644 --- a/testsuites/libtests/libtests.am +++ b/testsuites/libtests/libtests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3