summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-17 21:51:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-17 21:51:32 +0000
commitdd55c5e7e3bd74bad69109da6135152856c35277 (patch)
treefdf38f0d07754d0e1285cc46ca4c08beadc89320 /c
parentPatch from Ian Lance Taylor <ian@airs.com> to use INSTALL_CHANGE instead (diff)
downloadrtems-dd55c5e7e3bd74bad69109da6135152856c35277.tar.bz2
Switched to using right INSTALL command after report from
Ian Lance Taylor <ian@airs.com>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/bare/include/Makefile.in2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/Makefile.in2
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/bare/include/Makefile.in b/c/src/lib/libbsp/bare/include/Makefile.in
index dfdd1b9343..49acc822a8 100644
--- a/c/src/lib/libbsp/bare/include/Makefile.in
+++ b/c/src/lib/libbsp/bare/include/Makefile.in
@@ -38,7 +38,7 @@ CLOBBER_ADDITIONS +=
all: preinstall
preinstall: $(SRCS)
- $(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
+ $(INSTALL_CHANGE) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.in b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.in
index 76b170426a..ab2e3d7a6e 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.in
@@ -40,7 +40,7 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: $(SRCS)
- $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
+ $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
diff --git a/c/src/lib/libbsp/sh/gensh1/include/Makefile.in b/c/src/lib/libbsp/sh/gensh1/include/Makefile.in
index 47bebbc523..a7d2c91e5a 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/Makefile.in
+++ b/c/src/lib/libbsp/sh/gensh1/include/Makefile.in
@@ -40,7 +40,7 @@ CLOBBER_ADDITIONS +=
all: preinstall
preinstall: $(SRCS)
- $(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
+ $(INSTALL_CHANGE) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \