aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m326
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index f0085a0d8..0822e3a8e 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -206,8 +206,6 @@ endif
RESOURCE = curl.res
-.SUFFIXES: .rc .res
-
all: $(curl_PROGRAMS)
@@ -224,10 +222,10 @@ hugehelp.c:
@echo Creating $@
@$(CP) hugehelp.c.cvs $@
-.c.o:
+%.o: %.c
$(CC) $(INCLUDES) $(CFLAGS) -c $<
-.rc.res:
+%.res: %.rc
$(RC) $(RCFLAGS) $< -o $@
clean: