summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 06:53:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 06:53:28 +0000
commitdabd0ef7827f8dc21df09eba7132342d3b66da5b (patch)
tree4d869097664373405cd0411ae943c2c045fbcfd0
parent2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dabd0ef7827f8dc21df09eba7132342d3b66da5b.tar.bz2
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: PGM = ide.rel.
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i386/pc386/ide/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 8092b6ea08..51b8459568 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * ide/Makefile.am: PGM = ide.rel.
+
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstallation dirstamp support.
diff --git a/c/src/lib/libbsp/i386/pc386/ide/Makefile.am b/c/src/lib/libbsp/i386/pc386/ide/Makefile.am
index 7163ac8929..3e9db588b8 100644
--- a/c/src/lib/libbsp/i386/pc386/ide/Makefile.am
+++ b/c/src/lib/libbsp/i386/pc386/ide/Makefile.am
@@ -2,7 +2,7 @@
## Makefile.am,v 1.5 2002/08/11 06:59:03 ralf Exp
##
-PGM =
+PGM = ide.rel
C_FILES = idecfg.c ide.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))