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/unix/wrap/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu/unix/wrap/Makefile.in') diff --git a/c/src/exec/score/cpu/unix/wrap/Makefile.in b/c/src/exec/score/cpu/unix/wrap/Makefile.in index 5f4f05ae3a..4de8ca14bd 100644 --- a/c/src/exec/score/cpu/unix/wrap/Makefile.in +++ b/c/src/exec/score/cpu/unix/wrap/Makefile.in @@ -65,12 +65,12 @@ LDFLAGS += CLEAN_ADDITIONS += ../$(ARCH) CLOBBER_ADDITIONS += +all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) + ../$(ARCH)/rtems-cpu.rel: $(OBJS) test -d ../$(ARCH) || mkdir ../$(ARCH) $(make-rel) -all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) - # Install the program(s), appending _g or _p as appropriate. # for include files, just use $(INSTALL_CHANGE) install: all -- cgit v1.2.3