From 2e8d61fe950c4e9d765b6d52c281fa1af665335a Mon Sep 17 00:00:00 2001 From: NicJA Date: Fri, 14 Apr 2017 05:57:09 +0000 Subject: [PATCH] use "-" when including Makefile.dep, to suppress makes warning that it doesn't exist during the first pass. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54510 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/AHI/Drivers/Common/Makefile.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/devs/AHI/Drivers/Common/Makefile.common.in b/workbench/devs/AHI/Drivers/Common/Makefile.common.in index 7016cf1fb4..ae28ce5335 100644 --- a/workbench/devs/AHI/Drivers/Common/Makefile.common.in +++ b/workbench/devs/AHI/Drivers/Common/Makefile.common.in @@ -177,4 +177,4 @@ Makefile.dep: $(DEPENDENCIES) version.h \ @echo Making $@ -@$(CC) $(CPPFLAGS) $(CFLAGS) -MM $(SOURCES) > $@ -include Makefile.dep +-include Makefile.dep -- 2.11.4.GIT