Build hamlibdatetime.h every time

(cherry picked from commit c8a30f2ef3)
Hamlib-4.0
Bill Somerville 2020-10-17 12:30:08 +01:00 zatwierdzone przez Nate Bargmann
rodzic a01f9cd1a7
commit 8e813bc219
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -103,7 +103,7 @@ testloc.sh:
# to the sources directory if it is different for inclusion in
# distribution tarballs, which avoids race conditions with parallel
# builds.
hamlibdatetime.h: Makefile
hamlibdatetime.h: FORCE
echo "SHA=$(SHA)"
if test -x $(top_srcdir)/.git ; then \
echo "/* This date time is from the last non-merge commit to Hamlib. */" > $@ ;\
@ -113,4 +113,6 @@ hamlibdatetime.h: Makefile
test -f $(top_srcdir)/tests/$(@F) || cp $(top_srcdir)/tests/$(@F).in $(top_srcdir)/tests/$(@F)
test -f $@ || cp $(top_srcdir)/tests/$(@F).in $@
FORCE:
CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh