summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:56:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:56:47 +0000
commit586955663dd2a979d410bc846848c382bd9d90ab (patch)
tree871ad3c948006742732025c3419a4ef4b4fb7647 /c/src
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-586955663dd2a979d410bc846848c382bd9d90ab.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. comm/Makefile.am: Reflect having moved automake. io/Makefile.am: Reflect having moved automake. irq/Makefile.am: Reflect having moved automake. pci/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/i386/shared/ChangeLog8
-rw-r--r--c/src/lib/libbsp/i386/shared/Makefile.am4
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/Makefile.am2
-rw-r--r--c/src/lib/libbsp/i386/shared/io/Makefile.am2
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/Makefile.am2
-rw-r--r--c/src/lib/libbsp/i386/shared/pci/Makefile.am2
6 files changed, 14 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/i386/shared/ChangeLog b/c/src/lib/libbsp/i386/shared/ChangeLog
index 5936a5c021..ccdc7ddfd9 100644
--- a/c/src/lib/libbsp/i386/shared/ChangeLog
+++ b/c/src/lib/libbsp/i386/shared/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+ comm/Makefile.am: Reflect having moved automake.
+ io/Makefile.am: Reflect having moved automake.
+ irq/Makefile.am: Reflect having moved automake.
+ pci/Makefile.am: Reflect having moved automake.
+
2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 428/bsps
diff --git a/c/src/lib/libbsp/i386/shared/Makefile.am b/c/src/lib/libbsp/i386/shared/Makefile.am
index acaa1b6918..d369b2e339 100644
--- a/c/src/lib/libbsp/i386/shared/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/Makefile.am
@@ -5,5 +5,5 @@
SUBDIRS = irq io comm pci
-include $(top_srcdir)/../../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libbsp/i386/shared/comm/Makefile.am b/c/src/lib/libbsp/i386/shared/comm/Makefile.am
index 56fa85cf31..bd49291cd6 100644
--- a/c/src/lib/libbsp/i386/shared/comm/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/comm/Makefile.am
@@ -22,4 +22,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = GDB.HOWTO i386-stub-glue.c i386-stub.c uart.c uart.h tty_drv.h \
i386_io.h tty_drv.c gdb_glue.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libbsp/i386/shared/io/Makefile.am b/c/src/lib/libbsp/i386/shared/io/Makefile.am
index 8d722c9725..164081cf05 100644
--- a/c/src/lib/libbsp/i386/shared/io/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/io/Makefile.am
@@ -5,4 +5,4 @@
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libbsp/i386/shared/irq/Makefile.am b/c/src/lib/libbsp/i386/shared/irq/Makefile.am
index 8ac502aa23..38ff1612e6 100644
--- a/c/src/lib/libbsp/i386/shared/irq/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/irq/Makefile.am
@@ -20,4 +20,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = idt.c irq.c irq_asm.S irq_init.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libbsp/i386/shared/pci/Makefile.am b/c/src/lib/libbsp/i386/shared/pci/Makefile.am
index 8925281c37..dbae5e9ffd 100644
--- a/c/src/lib/libbsp/i386/shared/pci/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/pci/Makefile.am
@@ -19,4 +19,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = pcibios.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am