Removed obsolete include path to project root.
authorGuenter Knauf <lists@gknw.net>
Sun, 8 Jul 2012 16:06:15 +0000 (18:06 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 8 Jul 2012 16:06:15 +0000 (18:06 +0200)
src/Makefile.m32

index 8cecfc3..5ace17e 100644 (file)
@@ -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