From 0995b6ffc1fb6d410833fff070a1f529de991366 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 17 May 1999 23:48:34 +0000 Subject: Reworked to avoid pulling in the jump point entry in EVERY executable. --- c/src/exec/score/cpu/mips64orion/wrap/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/mips64orion/wrap/Makefile.in') diff --git a/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in b/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in index c670656306..bcd8e928f4 100644 --- a/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in @@ -25,7 +25,7 @@ VPATH = @srcdir@/.. RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c -C_PIECES = cpu rtems +C_PIECES = cpu C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) @@ -65,15 +65,18 @@ LDFLAGS += CLEAN_ADDITIONS += ../$(ARCH) CLOBBER_ADDITIONS += +all: ${ARCH} $(SRCS) preinstall $(OBJS) ../$(ARCH)/rtems.o $(RELS) + ../$(ARCH)/rtems-cpu.rel: $(OBJS) test -d ../$(ARCH) || mkdir ../$(ARCH) $(make-rel) -all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) +../$(ARCH)/rtems.o: $(srcdir)/../rtems.S # Install the program(s), appending _g or _p as appropriate. # for include files, just use $(INSTALL_CHANGE) install: all + $(INSTALL_VARIANT) -m 644 ../$(ARCH)/rtems.o ${PROJECT_RELEASE}/lib preinstall: ${ARCH} $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) -- cgit v1.2.3