removed asm rules since we have no asm in the sources, and this produced 2 warnings.
authorGunter Knauf <gk@gknw.de>
Wed, 8 Aug 2007 17:07:16 +0000 (17:07 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 8 Aug 2007 17:07:16 +0000 (17:07 +0000)
src/Makefile.m32

index 33e219f..777cbae 100644 (file)
@@ -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 $@