From 923b45c987942ac178263d80faafeab262d6ef9a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Jun 1999 14:21:17 +0000 Subject: Fixed Makefile.in to not attempt to install rtems.o twice from two different directories. --- c/src/exec/score/cpu/i960/wrap/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/score/cpu/i960/wrap/Makefile.in') 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) -- cgit v1.2.3