update-fips-checksums: Make the dependency on source list work
[openssl.git] / Configurations / unix-Makefile.tmpl
index c07f8dd748011953ee4a96d6ad0460558a5f32c1..935210941fb8e1efa93325b159102c9540663b57 100644 (file)
@@ -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 )