* Makefile.in: Revert erroneous checkin.
* Makefile.common: Tweak to work better with new utils/mingw front-end.
This commit is contained in:
parent
d865502063
commit
81fa789153
|
@ -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>
|
2008-10-11 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* Makefile.in: Tweak to work better with new utils/mingw front-end.
|
* Makefile.in: Tweak to work better with new utils/mingw front-end.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Makefile.in for windows stuff
|
# 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.
|
# Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of Cygwin.
|
# This file is part of Cygwin.
|
||||||
|
@ -15,19 +15,15 @@ VPATH:=@srcdir@
|
||||||
srcdir:=@srcdir@
|
srcdir:=@srcdir@
|
||||||
objdir:=.
|
objdir:=.
|
||||||
|
|
||||||
DESTDIR=
|
|
||||||
target_alias:=@target_alias@
|
target_alias:=@target_alias@
|
||||||
build_alias:=@build_alias@
|
build_alias:=@build_alias@
|
||||||
host_alias:=@host_alias@
|
host_alias:=@host_alias@
|
||||||
prefix:=${DESTDIR}@prefix@
|
prefix:=@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@
|
|
||||||
|
|
||||||
|
program_transform_name:=@program_transform_name@
|
||||||
|
exec_prefix:=@exec_prefix@
|
||||||
|
bindir:=@bindir@
|
||||||
|
libdir:=@libdir@
|
||||||
ifeq ($(target_alias),$(host_alias))
|
ifeq ($(target_alias),$(host_alias))
|
||||||
ifeq ($(build_alias),$(host_alias))
|
ifeq ($(build_alias),$(host_alias))
|
||||||
tooldir:=$(exec_prefix)
|
tooldir:=$(exec_prefix)
|
||||||
|
@ -37,6 +33,9 @@ endif
|
||||||
else
|
else
|
||||||
tooldir:=$(exec_prefix)/$(target_alias)
|
tooldir:=$(exec_prefix)/$(target_alias)
|
||||||
endif
|
endif
|
||||||
|
datadir:=@datadir@
|
||||||
|
infodir:=@infodir@
|
||||||
|
includedir:=@includedir@
|
||||||
|
|
||||||
INSTALL:=@INSTALL@
|
INSTALL:=@INSTALL@
|
||||||
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
||||||
|
|
Loading…
Reference in New Issue