mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 13:24:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user