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.
This commit is contained in:
Joel Sherrill
2000-10-27 13:32:14 +00:00
parent 8ccc22ca66
commit 4d2ba828ef
6 changed files with 16 additions and 4 deletions

View File

@@ -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.

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SHARED_DIRS =

View File

@@ -1,4 +1,4 @@
AM_CPPFLAGS += @DEFS@
## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@