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>2006-05-24 20:59:03 +0400
committerChristopher Faylor <me@cgf.cx>2006-05-24 20:59:03 +0400
commit99fc5e10f338e668b85288366e03727157f23af5 (patch)
tree48f5ff86f79c60a3b6f46516027580819013cabf /winsup/Makefile.in
parent6265ac10be7c0df26a1f4193de8c16e9ca00b3c4 (diff)
update to newer autoconf
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index bbcc70606..348b66a3a 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -40,7 +40,7 @@ INSTALL:=@INSTALL@
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
INSTALL_DATA:=@INSTALL_DATA@
-SUBDIRS=@SUBDIRS@
+SUBDIRS=@subdirs@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
ZLIB=${findstring zlib,$(SUBDIRS)}