From 2691449d9fa0fa545f254c70ea3b40a525b26c1d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Jun 1999 21:49:10 +0000 Subject: Patch from Ian Lance Taylor to use INSTALL_CHANGE instead of INSTALL_DATA. --- c/src/exec/score/include/rtems/score/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/include') 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) \ -- cgit v1.2.3