From: Gunter Knauf Date: Wed, 8 Aug 2007 17:07:16 +0000 (+0000) Subject: removed asm rules since we have no asm in the sources, and this produced 2 warnings. X-Git-Tag: curl-7_17_0-preldapfix~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2d899d6b7ad7113b32c8bcba04355ce2e5dac2;p=curl removed asm rules since we have no asm in the sources, and this produced 2 warnings. --- diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 33e219f92..777cbaead 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -97,12 +97,6 @@ curl.exe: curl.res $(curl_OBJECTS) $(curl_DEPENDENCIES) .c.o: $(COMPILE) -c $< -.s.o: - $(COMPILE) -c $< - -.S.o: - $(COMPILE) -c $< - .rc.res: $(RC) $(RCFLAGS) $< -o $@