Fix to be non-GNU make(1) compliant
authorshort <>
Mon, 18 Nov 2002 21:55:49 +0000 (21:55 +0000)
committershort <>
Mon, 18 Nov 2002 21:55:49 +0000 (21:55 +0000)
Makefile.in

index 76ef648..2a8b479 100644 (file)
@@ -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)