From 4b024ef7114a008f99b19b7f33f0945e97fe8962 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 11 Jan 2022 23:39:59 +0100 Subject: [PATCH] src/gui/Makefile.am: fix build Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/9b7dac47b7cb66343e0cac8f9830c77df488c368 Author: vanhofen Date: 2022-01-11 (Tue, 11 Jan 2022) Origin message was: ------------------ - src/gui/Makefile.am: fix build --- src/gui/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 31ff69e8c..827baa999 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -1,11 +1,9 @@ AM_CPPFLAGS = -fno-rtti -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS VERSION_H = version.h -VERSION = $(shell find $(VERSION_H) -mmin +60 2>/dev/null) -$(VERSION): +$(VERSION_H): @rm -f $@ @echo "#define BUILT_DATE \"$$(date)\"" > $@ - @echo "#define BUILT_TIMESTAMP \"$$(date +%s)\"" >> $@ @if test -d $(top_srcdir)/.git; then \ pushd $(top_srcdir); \ GITTAG=$$(git tag -l "NI-*" | tail -n1); \