From 3a11b3a92c898597fdc17d501d0152f934d521a0 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Fri, 16 Jun 2017 18:32:31 +0100 Subject: [PATCH] Build: remove manual *.h dependencies. The auto-dependency generation should handle all include files. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index aa10d6a..a30e3a8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ dinitctl: dinitctl.o shutdown: shutdown.o $(CXX) -o shutdown shutdown.o -$(objects): %.o: %.cc service.h dinit-log.h control.h control-cmds.h cpbuffer.h +$(objects): %.o: %.cc $(CXX) $(CXXOPTS) -Idasynq -c $< -o $@ install: all -- 2.25.1