removed asm rules since we have no asm in the sources, and this produced 2 warnings.

This commit is contained in:
Gunter Knauf 2007-08-08 17:07:16 +00:00
parent d5ed9f787f
commit af2d899d6b
1 changed files with 0 additions and 6 deletions

View 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 $@