Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.

This commit is contained in:
Joel Sherrill
2000-06-14 15:48:51 +00:00
parent 14210f5279
commit 7ea5f34962

View File

@@ -9,7 +9,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
setvec.c alloc860.c mmu.c gnatinstallhandler.c
setvec.c gnatinstallhandler.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
@@ -34,6 +34,6 @@ all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)
EXTRA_DIST = alloc860.c bspstart.c linkcmds mmu.c setvec.c
EXTRA_DIST = bspstart.c linkcmds setvec.c
include $(top_srcdir)/../../../../../../automake/local.am