2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am, console/Makefile.am, include/Makefile.am,
	start/Makefile.am: VPATH was not setup correctly
This commit is contained in:
Joel Sherrill
2000-11-10 14:43:24 +00:00
parent ff11b0147a
commit 7cc96f530f
5 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, console/Makefile.am, include/Makefile.am,
start/Makefile.am: VPATH was not setup correctly
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@/../../shared/comm:@srcdir@/../../shared/io VPATH = @srcdir@:@srcdir@/../../shared/comm:@srcdir@/../../shared/io
PGM = $(ARCH)/console.rel PGM = $(ARCH)/console.rel