mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
src/gui/Makefile.am: small addition to db6a7cf5cb
Origin commit data ------------------ Commit:eaf46a6f0d
Author: vanhofen <vanhofen@gmx.de> Date: 2022-01-08 (Sat, 08 Jan 2022) Origin message was: ------------------ - src/gui/Makefile.am: small addition todb6a7cf5cb
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
AM_CPPFLAGS = -fno-rtti -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
|
||||
BUILT_SOURCES = version.h
|
||||
version.h:
|
||||
@rm -f $@; \
|
||||
echo "#define BUILT_DATE \"$$(date)\"" > $@
|
||||
echo "#define BUILT_TIMESTAMP \"$$(date +%s)\"" >> $@
|
||||
@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); \
|
||||
|
Reference in New Issue
Block a user