OSDN Git Service

* Makefile.in: Move srcdir definition before others which uses it.
authorcgf <cgf>
Thu, 7 Apr 2011 06:07:20 +0000 (06:07 +0000)
committercgf <cgf>
Thu, 7 Apr 2011 06:07:20 +0000 (06:07 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index a204f08..c04be8c 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-06  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * Makefile.in: Move srcdir definition before others which uses it.
+
 2011-04-06  Jon TURNEY  <jon.turney@dronecode.org.uk>
 
        * dll_init.cc (reserve_at, release_at): New functions.
@@ -20,8 +24,8 @@
 
 2011-04-04  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
-       * Makefile.in: Move Makefile.common include earlier to fix problems with
-       relative ${srcdir} path which confuses make.
+       * Makefile.in: Move Makefile.common include earlier to fix problems
+       with relative ${srcdir} path which confuses make.
 
 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
 
index bb0b733..f29c1dd 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in for Cygwin.
 # Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009, 2010 Red Hat, Inc.
+# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
@@ -15,8 +15,8 @@
 #
 CC:=@CC@
 CC_FOR_TARGET:=$(CC)
-CONFIG_DIR:=$(srcdir)/config/@CONFIG_DIR@
 srcdir:=@srcdir@
+CONFIG_DIR:=$(srcdir)/config/@CONFIG_DIR@
 include ${srcdir}/../Makefile.common
 
 SHELL:=@SHELL@