summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 14:09:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 14:09:34 +0000
commitcaa1173991f047f3ac39120ce058762b6c9ad1c6 (patch)
tree92d61b07fcc140a667546077017487f64ef4576a /c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
parentRenamed fatal.c to bspfatal.c to avoid name conflicts with (diff)
downloadrtems-caa1173991f047f3ac39120ce058762b6c9ad1c6.tar.bz2
Renamed config.s to todcfg.c to avoid naming conflicts.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
index 539b321c61..6062e10e3e 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in
@@ -18,7 +18,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM=${ARCH}/tod.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=config tod
+C_PIECES=todcfg tod
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)