Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-11-08 19:56:49 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-11-08 19:56:49 +0400
commit876a6e855a1b56f827ae8021580c7781612c8251 (patch)
tree7e139fe9b240dae8f14d48111e4a6d84984d72f4 /libgloss/libnosys
parentd84f3e29fb3e7c44e613d4fedb2e78a2fd636865 (diff)
* libnosys/Makefile.in (install): Use INSTALL_DATA.
Diffstat (limited to 'libgloss/libnosys')
-rw-r--r--libgloss/libnosys/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/libnosys/Makefile.in b/libgloss/libnosys/Makefile.in
index d6634fc54..9deac8653 100644
--- a/libgloss/libnosys/Makefile.in
+++ b/libgloss/libnosys/Makefile.in
@@ -132,7 +132,7 @@ distclean maintainer-clean realclean: clean
install:
@for outputs in ${OUTPUTS}; do\
mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
- $(INSTALL_PROGRAM) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
+ $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
done
info: