* Makefile.in: Revert erroneous checkin.

* Makefile.common: Tweak to work better with new utils/mingw front-end.
This commit is contained in:
Christopher Faylor 2008-11-26 16:40:29 +00:00
parent d865502063
commit 81fa789153
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2008-10-12 Christopher Faylor <me+cygwin@cgf.cx>
* Makefile.in: Revert erroneous checkin.
* Makefile.common: Tweak to work better with new utils/mingw front-end.
2008-10-11 Christopher Faylor <me+cygwin@cgf.cx>
* Makefile.in: Tweak to work better with new utils/mingw front-end.

View File

@ -1,5 +1,5 @@
# Makefile.in for windows stuff
# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007
# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006
# Red Hat, Inc.
#
# This file is part of Cygwin.
@ -15,19 +15,15 @@ VPATH:=@srcdir@
srcdir:=@srcdir@
objdir:=.
DESTDIR=
target_alias:=@target_alias@
build_alias:=@build_alias@
host_alias:=@host_alias@
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@
prefix:=@prefix@
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)
@ -37,6 +33,9 @@ endif
else
tooldir:=$(exec_prefix)/$(target_alias)
endif
datadir:=@datadir@
infodir:=@infodir@
includedir:=@includedir@
INSTALL:=@INSTALL@
INSTALL_PROGRAM:=@INSTALL_PROGRAM@