diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-08 18:06:15 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-08 18:06:15 +0200 |
commit | 9a158f1ef0447454467f4a0f649faca693835295 (patch) | |
tree | c7283d21169642ab40088987f8b832cbb6d60604 /src/Makefile.m32 | |
parent | 61c7af92f2047c63045ff116839a0f1d1d37b2ad (diff) | |
download | curl-9a158f1ef0447454467f4a0f649faca693835295.tar.gz |
Removed obsolete include path to project root.
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |