summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:32:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 13:32:14 +0000
commit4d2ba828ef2b1d109905eb9e01bf2179b155efc9 (patch)
tree1b1c7ede0b4970857c4ffc475e5c7cd54452d2c3 /c/src
parent2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4d2ba828ef2b1d109905eb9e01bf2179b155efc9.tar.bz2
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * psxtests.am: Remove DEFS.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/psxtests/ChangeLog6
-rw-r--r--c/src/tests/psxtests/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxtests.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index e724c15351..ccc1f1f9ff 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
+ Switch to GNU canonicalization.
+ * psxtests.am: Remove DEFS.
+
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
diff --git a/c/src/tests/psxtests/Makefile.am b/c/src/tests/psxtests/Makefile.am
index 6ac74865f8..2b6c63d1b7 100644
--- a/c/src/tests/psxtests/Makefile.am
+++ b/c/src/tests/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/c/src/tests/psxtests/psxtests.am b/c/src/tests/psxtests/psxtests.am
index dc03d45b16..6ed6a58e2d 100644
--- a/c/src/tests/psxtests/psxtests.am
+++ b/c/src/tests/psxtests/psxtests.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS += @DEFS@
+## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@