2011-04-06 Yaakov Selkowitz * Makefile.in: Move srcdir definition before others which uses it. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/winsup/cygwin/Makefile.in,v retrieving revision 1.245 diff -u -r1.245 Makefile.in --- Makefile.in 4 Apr 2011 15:01:43 -0000 1.245 +++ Makefile.in 7 Apr 2011 00:46:09 -0000 @@ -13,10 +13,10 @@ # Include common definitions for winsup directory # The following assignments are "inputs" to Makefile.common # +srcdir:=@srcdir@ CC:=@CC@ CC_FOR_TARGET:=$(CC) CONFIG_DIR:=$(srcdir)/config/@CONFIG_DIR@ -srcdir:=@srcdir@ include ${srcdir}/../Makefile.common SHELL:=@SHELL@