summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/sys')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in
index 6cd1588f29..ab24bd9238 100644
--- a/c/src/exec/posix/include/sys/Makefile.in
+++ b/c/src/exec/posix/include/sys/Makefile.in
@@ -8,6 +8,8 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
+INSTALL = @INSTALL@
+
#H_PIECES=utsname
H_PIECES=utime
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
@@ -28,4 +30,4 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: $(SRCS)
- $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys
+ $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys