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:
authorChristopher Faylor <me@cgf.cx>2008-10-12 07:06:12 +0400
committerChristopher Faylor <me@cgf.cx>2008-10-12 07:06:12 +0400
commitfd49ac277fce90dbd4987342c74d34aaa7335f74 (patch)
tree7cd0a30c56e9f42f416582f34dfbfbf33d276076 /winsup/Makefile.in
parent374349395edd2e4bd4e27a185e5c45f0fb6ad5f4 (diff)
* Makefile.in: Tweak to work better with new utils/mingw front-end.
In utils:
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 4417a9585..90f9e9ac2 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -1,5 +1,5 @@
# Makefile.in for windows stuff
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006
+# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007
# Red Hat, Inc.
#
# This file is part of Cygwin.
@@ -15,15 +15,19 @@ VPATH:=@srcdir@
srcdir:=@srcdir@
objdir:=.
+DESTDIR=
target_alias:=@target_alias@
build_alias:=@build_alias@
host_alias:=@host_alias@
-prefix:=@prefix@
-
+prefix:=${DESTDIR}@prefix@
+exec_prefix:=${DESTDIR}@exec_prefix@
+bindir:=${DESTDIR}@bindir@
+libdir:=${DESTDIR}@libdir@
+datadir:=${DESTDIR}@datadir@
+infodir:=${DESTDIR}@infodir@
+includedir:=${DESTDIR}@includedir@
program_transform_name:=@program_transform_name@
-exec_prefix:=@exec_prefix@
-bindir:=@bindir@
-libdir:=@libdir@
+
ifeq ($(target_alias),$(host_alias))
ifeq ($(build_alias),$(host_alias))
tooldir:=$(exec_prefix)
@@ -33,9 +37,6 @@ endif
else
tooldir:=$(exec_prefix)/$(target_alias)
endif
-datadir:=@datadir@
-infodir:=@infodir@
-includedir:=@includedir@
INSTALL:=@INSTALL@
INSTALL_PROGRAM:=@INSTALL_PROGRAM@