From 4c8993865e1bb2ac441f3f7a25a4598bf0930243 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 12 Jan 2015 18:50:01 +0000 Subject: [PATCH] Everything depends on dump1090.h, tell make about it. (cherry picked from commit e1693ebe39a92422a0b6af56f307fc6c9288ad73) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 698cd15..2f068d4 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CC=gcc all: dump1090 view1090 -%.o: %.c +%.o: %.c dump1090.h $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -c $< dump1090: dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o