Added config.c and deleted tod.c.

This commit is contained in:
Joel Sherrill
1998-07-29 00:16:44 +00:00
parent e74735b290
commit 55dcdfdcfe

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/tod.rel
# C source names, if any, go here -- minus the .c
C_PIECES=$(TOD_PIECES)
C_PIECES=config
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)