diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:49:08 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:49:08 +0000 |
commit | f35d64f8d0571f2ca0a085afc4c8156a6b71945c (patch) | |
tree | 03ee457520e6c6ccd86774ca655373645fe7dd9e /winsup/doc/Makefile.in | |
parent | 39bf1f15e78aee883a1af85491cea927c63c5273 (diff) | |
download | newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.zip newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.tar.gz newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.tar.bz2 |
* Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
cygwin_source from ../Makefile.common.
* new-features.sgml (ov-new1.7.19): New section. Document dropped
support for pre-XP SP3 and added support for 64 bit Cygwin.
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r-- | winsup/doc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in index 5ea8fd5..5ef5d34 100644 --- a/winsup/doc/Makefile.in +++ b/winsup/doc/Makefile.in @@ -1,5 +1,6 @@ # -*- Makefile -*- for winsup/doc -# Copyright (c) 1998-2000,2001 Red Hat, Inc. +# Copyright (c) 1998-2000, 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010, +# 2013 Red Hat, Inc. # # This file is part of Cygwin. # @@ -11,7 +12,7 @@ SHELL = @SHELL@ srcdir = @srcdir@ VPATH = @srcdir@ -SGMLDIRS = -d $(srcdir) -d $(utils_source) -d $(cygwin_source) +SGMLDIRS = -d $(srcdir) -d $(srcdir)/../utils -d $(srcdir)/../cygwin CC:=@CC@ CC_FOR_TARGET:=@CC@ |