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

pull/4359/head
Daniel Pouzzner 2021-10-04 23:34:24 -05:00
parent ab4c96292b
commit f60cb94b82
2 changed files with 11 additions and 11 deletions

View File

@ -21,28 +21,28 @@ MAINTAINERCLEANFILES+= wolfcrypt/src/wolfcrypt_first.c
MAINTAINERCLEANFILES+= wolfcrypt/src/wolfcrypt_last.c
ctaocrypt/src/fips.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
ctaocrypt/src/fips_test.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/async.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/fips.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/fips_test.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/selftest.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/wolfcrypt_first.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
wolfcrypt/src/wolfcrypt_last.c: Makefile
touch $(srcdir)/$@
@test -e $(srcdir)/$@ || touch $(srcdir)/$@
if !BUILD_NO_LIBRARY
lib_LTLIBRARIES+= src/libwolfssl.la

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