summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-17 21:49:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-17 21:49:10 +0000
commit2691449d9fa0fa545f254c70ea3b40a525b26c1d (patch)
treeda6e437ff0d2fd17dcee035872883637e254d3c4
parentPatcg from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-2691449d9fa0fa545f254c70ea3b40a525b26c1d.tar.bz2
Patch from Ian Lance Taylor <ian@airs.com> to use INSTALL_CHANGE instead
of INSTALL_DATA.
-rw-r--r--c/src/exec/score/include/rtems/score/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in
index afd1f9898b..ca39cac589 100644
--- a/c/src/exec/score/include/rtems/score/Makefile.in
+++ b/c/src/exec/score/include/rtems/score/Makefile.in
@@ -100,7 +100,7 @@ endif
@chmod 755 $@
all: $(SRCS)
- $(INSTALL_DATA) ${H_FILES} $(PROJECT_INCLUDE)/rtems/score
+ $(INSTALL_CHANGE) ${H_FILES} $(PROJECT_INCLUDE)/rtems/score
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \