Patch from Ian Lance Taylor <ian@airs.com> to use INSTALL_CHANGE instead

of INSTALL_DATA.
This commit is contained in:
Joel Sherrill
1999-06-17 21:49:10 +00:00
parent 8c92fa385a
commit 2691449d9f

View File

@@ -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) \