summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960/wrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-11 14:21:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-11 14:21:17 +0000
commit923b45c987942ac178263d80faafeab262d6ef9a (patch)
treef2ac74b80787faab5f5e6c48b8009eadf980e63d /c/src/exec/score/cpu/i960/wrap
parentPatch from Ian Lance Taylor <ian@airs.com>: (diff)
downloadrtems-923b45c987942ac178263d80faafeab262d6ef9a.tar.bz2
Fixed Makefile.in to not attempt to install rtems.o twice from two different
directories.
Diffstat (limited to 'c/src/exec/score/cpu/i960/wrap')
-rw-r--r--c/src/exec/score/cpu/i960/wrap/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/i960/wrap/Makefile.in b/c/src/exec/score/cpu/i960/wrap/Makefile.in
index f9b43a55b3..e572dbd937 100644
--- a/c/src/exec/score/cpu/i960/wrap/Makefile.in
+++ b/c/src/exec/score/cpu/i960/wrap/Makefile.in
@@ -75,7 +75,6 @@ all: ${ARCH} $(SRCS) preinstall $(OBJS) $(ARCH)/rtems.o $(RELS)
# 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)