summaryrefslogtreecommitdiffstats
path: root/Makefile.top
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-07 19:48:50 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-07 19:48:50 +0100
commita72bee7786d370b95416cc5a5bee70dbeca643f0 (patch)
tree76a8e786466c7b5ac6c7f84dbe4365ef4f42eb83 /Makefile.top
parentadd rtl::OUStringBuffer::append(bool) (diff)
downloadcore-a72bee7786d370b95416cc5a5bee70dbeca643f0.tar.gz
core-a72bee7786d370b95416cc5a5bee70dbeca643f0.zip
avoid annoying warning about missing file included from Makefile.top
Change-Id: I669273a90a0ed62256c2b0a7f4ea74c522919ef5
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
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)))))