Modified to explicitly list all files as part of C_PIECES.

This commit is contained in:
Joel Sherrill
1999-10-06 20:34:55 +00:00
parent d597bfb20d
commit 3adc848dbe

View File

@@ -16,7 +16,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM = ${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
C_PIECES = $(STARTUP_PIECES) gnatinstallhandler
C_PIECES = bspstart bspclean sbrk setvec spurious genpvec swap main \
bootcard bsplibc bsppost gnatinstallhandler
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)