From af2d899d6b7ad7113b32c8bcba04355ce2e5dac2 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 8 Aug 2007 17:07:16 +0000 Subject: [PATCH] removed asm rules since we have no asm in the sources, and this produced 2 warnings. --- src/Makefile.m32 | 6 ------ 1 file changed, 6 deletions(-) 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 $@