kopia lustrzana https://github.com/Hamlib/Hamlib
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/45400068817pull/1795/head
rodzic
b73d4a5cef
commit
f68c48aac5
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue