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

* Makefile.am: Correct path to clockdrv_shell.c.
This commit is contained in:
Ralf Corsepius
2004-02-03 06:27:32 +00:00
parent 689d065700
commit 0b422e16ce
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Correct path to clockdrv_shell.c.
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,

View File

@@ -43,9 +43,9 @@ startup_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_DATA += startup$(LIB_VARIANT).rel
# FIXME: clockdrv.c and clockdrv_sheck.c are structurally flawed
# FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed
clock_CPPFLAGS = -I$(srcdir)/../../shared
EXTRA_DIST += ./../shared/clockdrv_shell.c
EXTRA_DIST += ../../mips/shared/clockdrv_shell.c
EXTRA_PROGRAMS += clock.rel
CLEANFILES += clock.rel
clock_rel_SOURCES = clock/clockdrv.c