From cecb35c8dba6912675b89ac9e7e61a146bc9d44d Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 28 Oct 2012 13:40:27 +0100 Subject: [PATCH] fix c/p , supplement to 0aca7bac9223d769f1cf141ad62e4ee050431b32 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a5a807d63fd65881f9d32f33e2fc4ad510ef9bd5 Author: Jacek Jendrzej Date: 2012-10-28 (Sun, 28 Oct 2012) Origin message was: ------------------ -fix c/p , supplement to 0aca7bac9223d769f1cf141ad62e4ee050431b32 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index be5bcbad4..33d43d6e1 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions BUILT_SOURCES = git_version.h git_version.h: @if test -d ../../.git; then \ - echo "#define GITVERSION \"$$(git describe --dirty || echo '#define BUILT_DATE "'`date`'"' )\" " > git_version.h.tmp ; \ + echo "#define GITVERSION \"$$(git describe --dirty || echo `date` )\" " > git_version.h.tmp ; \ if diff -q git_version.h git_version.h.tmp >/dev/null 2>&1 ; then \ rm -f git_version.h.tmp ; \ else \