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/Makefile.in')
-rw-r--r--libgloss/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index 62a8f5b62..4e9c4c404 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -13,7 +13,6 @@
# they apply.
#
-DESTDIR =
VPATH = @srcdir@
srcdir = @srcdir@
objdir = .
@@ -85,8 +84,7 @@ FLAGS_TO_PASS = \
"tooldir=$(tooldir)" \
"INSTALL=$(INSTALL)" \
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
- "INSTALL_DATA=$(INSTALL_DATA)" \
- "DESTDIR=$(DESTDIR)"
+ "INSTALL_DATA=$(INSTALL_DATA)"
all: stmp-bsp force
@rootpre=`pwd`/; export rootpre; \