From a72bee7786d370b95416cc5a5bee70dbeca643f0 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 7 Dec 2012 19:48:50 +0100 Subject: avoid annoying warning about missing file included from Makefile.top Change-Id: I669273a90a0ed62256c2b0a7f4ea74c522919ef5 --- Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.top') diff --git a/Makefile.top b/Makefile.top index 42e134bed15a..0ff1b96197b8 100644 --- a/Makefile.top +++ b/Makefile.top @@ -36,7 +36,7 @@ $(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(SRCDI for m in */prj/dmake; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@ echo >> $@ -include $(WORKDIR)/modules.mk +-include $(WORKDIR)/modules.mk include $(SRCDIR)/solenv/gbuild/Output.mk $(if $(filter $(gbuild_modules),$(dmake_modules)),$(eval $(call gb_Output_warn,The following modules claim to be both dmake and gbuild: $(filter $(gbuild_modules),$(dmake_modules))))) -- cgit