aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in5
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@