X-Git-Url: https://git.jankratochvil.net/?p=middleman.git;a=blobdiff_plain;f=Makefile.in;h=2a8b479ee1f21e51dde9d8bfe499432a316cc702;hp=76ef648b1028fd5fe4d8ee5fb9aa5ea22e585ad3;hb=lace;hpb=b69b998b224209911d42782f7c441f7d194f8085 diff --git a/Makefile.in b/Makefile.in index 76ef648..2a8b479 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,8 @@ pcre/dftables: pcre/chartables.c: pcre/dftables pcre/dftables > pcre/chartables.c -%.o: %.c +# Do not use pattern rule here as it won't pass non-GNU make(1)s! +.c.o: $(CC) -c $(CFLAGS) $< -o $@ $(TARGET): $(OBJS)