Build hamlibdatetime.h every time

pull/425/head
Bill Somerville 2020-10-17 12:30:08 +01:00
rodzic 93560bf682
commit c8a30f2ef3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D864B06D1E81618F
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