summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-10 14:43:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-10 14:43:24 +0000
commit7cc96f530fe195199bdadbab2e60c8e2acc272d7 (patch)
tree257c6404af32cd09ed00a333c5367f4580887ff1 /c
parent2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7cc96f530fe195199bdadbab2e60c8e2acc272d7.tar.bz2
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
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/ChangeLog5
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/Makefile.am4
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/console/Makefile.am8
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/Makefile.am4
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/start/Makefile.am4
5 files changed, 15 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/ChangeLog b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
index a33104de60..34f629a090 100644
--- a/c/src/lib/libbsp/arm/vegaplus/ChangeLog
+++ b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
@@ -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>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/src/lib/libbsp/arm/vegaplus/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/Makefile.am
index 1ed77b4d64..d9ecaa2974 100644
--- a/c/src/lib/libbsp/arm/vegaplus/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/Makefile.am
@@ -1,6 +1,6 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
diff --git a/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
index b87e7b0332..3463c63674 100644
--- a/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
@@ -1,14 +1,14 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
-VPATH = @srcdir@/../../shared/comm:@srcdir@/../../shared/io
+VPATH = @srcdir@:@srcdir@/../../shared/comm:@srcdir@/../../shared/io
PGM = $(ARCH)/console.rel
-C_FILES = uart.c console.c
+C_FILES = uart.c console.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
index 8bcfe9d8be..d235103c8a 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
@@ -1,6 +1,6 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/lib/libbsp/arm/vegaplus/start/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/start/Makefile.am
index c307810d35..fceab02daa 100644
--- a/c/src/lib/libbsp/arm/vegaplus/start/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/start/Makefile.am
@@ -1,6 +1,6 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4