summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1
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/src/lib/libbsp/sh/gensh1
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/src/lib/libbsp/sh/gensh1')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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) \