From: Guenter Knauf Date: Sun, 8 Jul 2012 16:06:15 +0000 (+0200) Subject: Removed obsolete include path to project root. X-Git-Tag: upstream/7.37.1~2788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a158f1ef0447454467f4a0f649faca693835295;p=platform%2Fupstream%2Fcurl.git Removed obsolete include path to project root. --- diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 8cecfc31c..5ace17ef1 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -153,7 +153,7 @@ SCHANNEL = 1 SSPI = 1 endif -INCLUDES = -I. -I.. -I../include -I../lib +INCLUDES = -I. -I../include -I../lib ifdef DYN curl_DEPENDENCIES = $(PROOT)/lib/libcurldll.a $(PROOT)/lib/libcurl.dll