From b749877e5ea0d1112025c9c77852094d7c4b01dc Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 26 Apr 2016 12:20:06 -0700 Subject: Partly revert Makefile compatibility Apparently GNU make doesn't like adding dependencies on that style of pattern rule specification. This reverts part of 887a0b4294001c95187eeaeff20ad748125466d7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d0056c..322bc25 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ check: fzytest fzy: $(OBJECTS) $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $(OBJECTS) -.c.o: config.h +%.o: %.c config.h $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< config.h: -- cgit v1.2.3