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:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-07-04 00:51:58 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2006-07-04 00:51:58 +0400
commit66e7d55998da761e3fef3dc5a2c442b13e3ab299 (patch)
tree6ae7ba09e8469f17c8de0f20e5a10c066d9aafe6 /winsup/mingw/mingwex/Makefile.in
parent4635b6ebd8eba1a7755f985db509aff8c3c06859 (diff)
* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.
Diffstat (limited to 'winsup/mingw/mingwex/Makefile.in')
-rw-r--r--winsup/mingw/mingwex/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 651169d75..1b7609910 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -95,7 +95,7 @@ OPTFLAGS= -fomit-frame-pointer
MNO_CYGWIN = @MNO_CYGWIN@
W32API_INCLUDE = @W32API_INCLUDE@
-INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
+INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../include \
-nostdinc \
-iwithprefixbefore include
ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)