summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:48:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:48:34 +0000
commit0995b6ffc1fb6d410833fff070a1f529de991366 (patch)
treeb4548cec947bc489dd063f3fd4fe5797853cf40d /c/src/exec/score/cpu/mips64orion/wrap/Makefile.in
parentFixed some typos. (diff)
downloadrtems-0995b6ffc1fb6d410833fff070a1f529de991366.tar.bz2
Reworked to avoid pulling in the jump point entry in EVERY executable.
Diffstat (limited to 'c/src/exec/score/cpu/mips64orion/wrap/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/mips64orion/wrap/Makefile.in7
1 files changed, 5 insertions, 2 deletions
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)