build: fix the datafile symlinks

This commit is contained in:
Solomon Peachy 2021-01-19 22:39:31 -05:00
parent dde573b6a0
commit 3abb918557
1 changed files with 2 additions and 2 deletions

View File

@ -177,11 +177,11 @@ cppcheck:
$(CPPCHECK) -q -v --std=c99 --enable=all --suppress=variableScope --suppress=selfAssignment --suppress=unusedStructMember -I. -I/usr/include $(CPPFLAGS) $(SOURCES) $(LIB70X_SOURCES) $(LIBS6145_SOURCES)
# Test-related stuff
$(DATAFILES_TMP)/%: $(DATAFILES_TMP) hiti_data/%
$(DATAFILES_TMP)/%: hiti_data/% $(DATAFILES_TMP)
@$(E) " LN " $@
$(Q)$(LN) -sf ../$< $@
$(DATAFILES_TMP)/%: $(DATAFILES_TMP) lib70x/data/%
$(DATAFILES_TMP)/%: lib70x/data/% $(DATAFILES_TMP)
@$(E) " LN " $@
$(Q)$(LN) -sf ../$< $@