Browse code

Partly revert Makefile compatibility

Apparently GNU make doesn't like adding dependencies on that style of
pattern rule specification.

This reverts part of 887a0b4294001c95187eeaeff20ad748125466d7

John Hawthorn authored on 26/04/2016 19:20:06
Showing 1 changed files

  • Makefile index 5d0056c..322bc25 100644
... ...
@@ -26,7 +26,7 @@ check: fzytest
26 26
 fzy: $(OBJECTS)
27 27
 	$(CC) $(CFLAGS) $(CCFLAGS) -o $@ $(OBJECTS)
28 28
 
29
-.c.o: config.h
29
+%.o: %.c config.h
30 30
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
31 31
 
32 32
 config.h: