From 8586e3ebbc53f1ecf67fc8064b22fa2353953cf3 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Mon, 8 Nov 2010 20:57:20 +1100 Subject: [PATCH] force recompile if Makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 054e3ae..ffac8f0 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ config.h: config.h.dist @echo "Please review config.h, as config.h.dist is more recent." @false -%.o: %.c config.h +%.o: %.c config.h Makefile @echo " CC $@" @$(CC) -c $(CFLAGS) -Wa,-adhlns=$(<:.c=.al) -o $@ $(subst .o,.c,$@)