mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +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:
@ -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
|
||||
|
@ -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