diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-07 19:48:50 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-07 19:48:50 +0100 |
commit | a72bee7786d370b95416cc5a5bee70dbeca643f0 (patch) | |
tree | 76a8e786466c7b5ac6c7f84dbe4365ef4f42eb83 /Makefile.top | |
parent | 49a9d370e6598284c0a337d0f4f7ec329187de53 (diff) |
avoid annoying warning about missing file included from Makefile.top
Change-Id: I669273a90a0ed62256c2b0a7f4ea74c522919ef5
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |