diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-08-29 13:14:29 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-08-29 13:23:43 +0200 |
commit | 28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af (patch) | |
tree | c706141f933eb6241c5a9941004d6444289054ef /config_host.mk.in | |
parent | 1138f52d33bde427fba88882fed0199e78210343 (diff) |
make the tinderbox information more reliable in the about dialog (fdo#58034)
Pass the information via config_host/config_buildid.h. Then
cui/source/dialogs/about.cxx will get rebuilt also in the incremental build.
Change-Id: I058cbe162e7015cbea6c71253c20db097477708f
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 094f73047be6..3b586aff0479 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -387,7 +387,6 @@ export NUMBERTEXT_EXTENSION_PACK=@NUMBERTEXT_EXTENSION_PACK@ export nodep=@nodep@ @x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@ @x_OBJCXXFLAGS@ export OBJCXXFLAGS=@OBJCXXFLAGS@ -export EXTRA_BUILDID=@EXTRA_BUILDID@ export OBJDUMP=@OBJDUMP@ export ODFGEN_CFLAGS=$(gb_SPACE)@ODFGEN_CFLAGS@ export ODFGEN_LIBS=$(gb_SPACE)@ODFGEN_LIBS@ |