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