From a18abcb5485e577b20b3ca1bf0e6682db77b228e Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 17 Nov 2015 19:24:28 +0000 Subject: [PATCH] Add dinit-log.h as a dependency for objects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ce969b..827535c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dinit: $(dinit_objects) dinit-start: dinit-start.o $(CXX) -o dinit-start dinit-start.o $(EXTRA_LIBS) -$(objects): %.o: %.cc service.h +$(objects): %.o: %.cc service.h dinit-log.h $(CXX) -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 -c -Os -Wall $< -o $@ #install: all -- 2.25.1