2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Fix minor bugs in previous patch.
This commit is contained in:
Ralf Corsepius
2004-02-02 11:34:29 +00:00
parent 36e20a0a86
commit 9a372c9f50
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix minor bugs in previous patch.
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
+2 -2
View File
@@ -36,8 +36,8 @@ noinst_DATA += clock$(LIB_VARIANT).rel
EXTRA_PROGRAMS += console.rel
CLEANFILES += console.rel
console_rel_SOURCES = console-io.c ../../shared/console-polled.c \
mon-syscalls.S
console_rel_SOURCES = console/console-io.c ../../shared/console-polled.c \
console/mon-syscalls.S
console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)