From e4172d934da23083eb43660bf3300d77bf157bac Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 21 Sep 2011 03:25:19 +0200 Subject: Changed suffix rules to pattern rules. Suffix rules cannot have any prerequisites of their own. --- src/Makefile.m32 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') 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: -- cgit v1.2.3