X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=Configurations%2Funix-Makefile.tmpl;fp=Configurations%2Funix-Makefile.tmpl;h=935210941fb8e1efa93325b159102c9540663b57;hb=a3c86ce9e8923bb7e5ba3e69eae17aac04dbc76d;hp=c07f8dd748011953ee4a96d6ad0460558a5f32c1;hpb=4639772523e5cb979722483b9374e0c275afde7d;p=openssl.git diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index c07f8dd748..935210941f 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -569,6 +569,7 @@ clean: libclean $(RM) core $(RM) tags TAGS doc-nits cmd-nits md-nits $(RM) -r test/test-runs + $(RM) providers/fips*.new $(RM) openssl.pc libcrypto.pc libssl.pc -find . -type l \! -name '.*' -exec $(RM) {} \; @@ -1261,7 +1262,7 @@ tags TAGS: FORCE -ctags -R . -etags `find . -name '*.[ch]' -o -name '*.pm'` -providers/fips.checksum.new: generate_fips_sources +providers/fips.checksum.new: providers/fips.module.sources.new @which unifdef > /dev/null || \ ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \ false )