summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/profile
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/profile
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/profile')
-rw-r--r--winsup/mingw/profile/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/profile/Makefile.in b/winsup/mingw/profile/Makefile.in
index 4786fdd16..5d36b1590 100644
--- a/winsup/mingw/profile/Makefile.in
+++ b/winsup/mingw/profile/Makefile.in
@@ -48,7 +48,7 @@ THREAD_DLL_VERSION = 10
THREAD_DLL_NAME = $(THREAD_DLL)$(THREAD_DLL_VERSION).dll
W32API_INCLUDE = @W32API_INCLUDE@
-INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
+INCLUDES = -I$(srcdir) -isystem$(srcdir)/../include \
-nostdinc \
-iwithprefixbefore include
ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)