From 4d2ba828ef2b1d109905eb9e01bf2179b155efc9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:32:14 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * psxtests.am: Remove DEFS. --- testsuites/psxtests/ChangeLog | 6 ++++++ testsuites/psxtests/Makefile.am | 2 +- testsuites/psxtests/psxtests.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index e724c15351..ccc1f1f9ff 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + * psxtests.am: Remove DEFS. + 2000-10-24 Joel Sherrill * psxmount/test.c, psxstat/test.c: Include to get IMFS_ops. diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 6ac74865f8..2b6c63d1b7 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -3,7 +3,7 @@ ## AUTOMAKE_OPTIONS = foreign 1.4 -ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros SHARED_DIRS = diff --git a/testsuites/psxtests/psxtests.am b/testsuites/psxtests/psxtests.am index dc03d45b16..6ed6a58e2d 100644 --- a/testsuites/psxtests/psxtests.am +++ b/testsuites/psxtests/psxtests.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS += @DEFS@ +## $Id$ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3