From: Steve Holme Date: Mon, 19 May 2014 22:45:54 +0000 (+0100) Subject: Makefile.am: Fixed missing / in VC10+ project file generation X-Git-Tag: curl-7_37_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e73640f091909654916d813731303023440c04;p=thirdparty%2Fcurl.git Makefile.am: Fixed missing / in VC10+ project file generation --- diff --git a/Makefile.am b/Makefile.am index 617c30b2c7..6a4b15ad90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -324,7 +324,7 @@ function gen_element(type, dir, file)\ printf("%s\r\n",\ spaces, dir, file);\ else if(ext == "rc")\ - printf("%s\r\n",\ + printf("%s\r\n",\ spaces, dir, file);\ }\ }\