From de820bd99da4c57ed09cf74d938f27532ae00ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 14 Jun 2014 08:47:44 +0200 Subject: [main] Don't silence the invocation of configure.exe to generate buildinfo. --- main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/Makefile.am') diff --git a/main/Makefile.am b/main/Makefile.am index 5f36eb9c41..2460149711 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -26,7 +26,7 @@ $(buildinfo): @mkdir -p "$(top_builddir)/build/bin" # in a tarball, there is a generated buildinfo, which needs to be copied to the right place # otherwise, the file buildinfo will be generated based on git revision etc. - @if test -f "$(top_srcdir)/buildinfo"; then cp "$(top_srcdir)/buildinfo" "$(top_builddir)/build/bin/buildinfo"; else $(MD_CONFIGURE) gen-buildinfo "$(top_builddir)/build/bin"; fi + if test -f "$(top_srcdir)/buildinfo"; then cp "$(top_srcdir)/buildinfo" "$(top_builddir)/build/bin/buildinfo"; else $(MD_CONFIGURE) gen-buildinfo "$(top_builddir)/build/bin"; fi @echo "Updated build information" @cat $(buildinfo) -- cgit v1.2.3