summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-08 17:07:16 +0000
committerGunter Knauf <gk@gknw.de>2007-08-08 17:07:16 +0000
commitaf2d899d6b7ad7113b32c8bcba04355ce2e5dac2 (patch)
treed9077cf70e9d5bddb8f02c58fdfe9baa726f638d
parentd5ed9f787f72c0ad5c7757bff94b6c5855ceb984 (diff)
downloadgnurl-af2d899d6b7ad7113b32c8bcba04355ce2e5dac2.tar.gz
gnurl-af2d899d6b7ad7113b32c8bcba04355ce2e5dac2.tar.bz2
gnurl-af2d899d6b7ad7113b32c8bcba04355ce2e5dac2.zip
removed asm rules since we have no asm in the sources, and this produced 2 warnings.
-rw-r--r--src/Makefile.m326
1 files changed, 0 insertions, 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 $@