diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 10:39:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 10:39:21 +0100 |
commit | 54a8acb3d6b4fe8078bfe074185a028f994b08a0 (patch) | |
tree | d14c2cc25fd4f3509ea335b9a277fa2f61524681 /solenv/gbuild/Module.mk | |
parent | 6708ad7f1baa8d4cef1718bdef1d26fb5d8510f3 (diff) |
Last use of obsolete gb_*_add_api is long gone
Change-Id: Ia6c938ef0e45ec86c0c202e95ef28d49fccd3497
Diffstat (limited to 'solenv/gbuild/Module.mk')
-rw-r--r-- | solenv/gbuild/Module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk index d20176a3db25..0025641ec58d 100644 --- a/solenv/gbuild/Module.mk +++ b/solenv/gbuild/Module.mk @@ -134,7 +134,7 @@ help : @cat $(SRCDIR)/solenv/gbuild/gbuild.help.txt showmodules : - $(info $(strip $(gb_Module_ALLMODULES))) + $(warning $(strip $(gb_Module_ALLMODULES))) @true translations : $(WORKDIR)/pot.done |