X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=2a8b479ee1f21e51dde9d8bfe499432a316cc702;hb=e6830b91b5c414a204d28126d3664272af82e3c5;hp=76ef648b1028fd5fe4d8ee5fb9aa5ea22e585ad3;hpb=457ba0aee8e6eba629b9226aed7010b396a76cc2;p=middleman.git 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)