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:
Diffstat (limited to 'libgloss/doc')
-rw-r--r--libgloss/doc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/doc/Makefile.in b/libgloss/doc/Makefile.in
index 0432e026f..336f70a99 100644
--- a/libgloss/doc/Makefile.in
+++ b/libgloss/doc/Makefile.in
@@ -11,6 +11,7 @@
# they apply.
#
+DESTDIR =
srcdir = @srcdir@
VPATH = @srcdir@
@@ -131,7 +132,7 @@ install:
install-info: info
for i in *.info* ; do \
- $(INSTALL_DATA) $$i $(infodir)/$$i ; \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \
done
clean-info: