Add dependency to hamlibdatetime.h

Fixes a race during parallel builds:
rig.c:74:10: fatal error: 'hamlibdatetime.h' file not found
Occurred in https://github.com/Hamlib/Hamlib/actions/runs/16087329208/job/45400068817
pull/1795/head
Daniele Forsi IU5HKX 2025-07-05 13:04:49 +02:00
rodzic b73d4a5cef
commit f68c48aac5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,8 @@ hamlibdatetime.h: FORCE
test -f $(srcdir)/$(@F) || cp $(srcdir)/$(@F).in $(srcdir)/$(@F) ;\
fi
snapshot_data.o rig.o: hamlibdatetime.h
RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)