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>2011-04-07 10:07:21 +0400
committerChristopher Faylor <me@cgf.cx>2011-04-07 10:07:21 +0400
commit30a4f5b6969c510db84eb3319fe6af8331076911 (patch)
treecf0b905780a5888b94e29d276e91b11f58fe0427 /winsup/cygwin/Makefile.in
parent8d777a13fcf40c524130d0adee23d35a880b7e6f (diff)
* Makefile.in: Move srcdir definition before others which uses it.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index bb0b7336a..f29c1dd1c 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -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@