X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FMakefile.b32;h=5b5b5fa9fc2cd0932f76d247a514c02197e62b53;hb=cfd75dcdb18d0a4291f48020211c65507a97d9eb;hp=481386157d098d63f519ec308bf85310ae714ca2;hpb=24b9957402f17c422eeeb3386bf049feeb342e78;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 4813861..5b5b5fa 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -109,7 +109,7 @@ LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\l !include Makefile.inc # Borland's command line librarian program TLIB version 4.5 is not capable -# of building a library when any of its objects contains an hypen in its +# of building a library when any of its objects contains an hyphen in its # name, due to a command line parsing bug. In order to workaround this, we # build source files with hyphens in their name as objects with underscores # using explicit compilation build rules instead of implicit ones.