summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960/wrap
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/i960/wrap')
-rw-r--r--c/src/exec/score/cpu/i960/wrap/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/i960/wrap/Makefile.in b/c/src/exec/score/cpu/i960/wrap/Makefile.in
index 78edad009a..4edebda907 100644
--- a/c/src/exec/score/cpu/i960/wrap/Makefile.in
+++ b/c/src/exec/score/cpu/i960/wrap/Makefile.in
@@ -15,6 +15,8 @@ VPATH = @srcdir@/..
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
+INSTALL = @INSTALL@
+
RELS=../$(ARCH)/rtems-cpu.rel
# C source names, if any, go here -- minus the .c
@@ -65,8 +67,8 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS)
# Install the program(s), appending _g or _p as appropriate.
-# for include files, just use $(INSTALL)
+# for include files, just use $(INSTALL_CHANGE)
install: all
preinstall: ${ARCH}
- $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)
+ $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)