summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/Makefile.in
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-07-14 23:44:50 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-07-14 23:44:50 +0000
commit8e47f4464b3a255ffa4dd7377ac1dfb9f892cec4 (patch)
tree8f18b67a7be8b9568fc855775995a4584b9ef5f2 /winsup/mingw/Makefile.in
parentdd3a7a2042b705875e74e8aba78c075a8c87635c (diff)
downloadcygnal-8e47f4464b3a255ffa4dd7377ac1dfb9f892cec4.tar.gz
cygnal-8e47f4464b3a255ffa4dd7377ac1dfb9f892cec4.tar.bz2
cygnal-8e47f4464b3a255ffa4dd7377ac1dfb9f892cec4.zip
* Makefile.in (INCLUDES): Designate $(srcdir)/../include as a
system dir. * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Add carg.o to libmingwex.a.
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r--winsup/mingw/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 66b6c3aac..cf399e22c 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -99,7 +99,7 @@ LIBM_A=@LIBM_A@
W32API_INCLUDE = @W32API_INCLUDE@
INCLUDES+= -I$(srcdir)/include \
- -I$(srcdir)/../include \
+ -isystem$(srcdir)/../include \
-nostdinc \
-iwithprefixbefore include
ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)