wolfcrypt/src/include.am and src/include.am: don't disrupt modtimes of fips/async source files if they already exist.

This commit is contained in:
Daniel Pouzzner
2021-10-04 23:34:24 -05:00
parent ab4c96292b
commit f60cb94b82
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -119,13 +119,13 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/cypress/psoc6_crypto.c
wolfcrypt/src/port/cavium/cavium_nitrox.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/port/intel/quickassist.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/port/intel/quickassist_mem.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
if BUILD_CRYPTOCB
src_libwolfssl_la_SOURCES += wolfcrypt/src/cryptocb.c