Updates bin/restore.sh to clean up src/H5config.h.in (#1605)

This commit is contained in:
Dana Robinson 2022-04-07 07:14:47 -07:00 committed by GitHub
parent fe6b2b8e55
commit 41936183d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,9 @@ rm -f bin/missing
rm -f bin/test-driver
rm -f bin/depcomp
echo "Remove files generated by autoheader"
rm -f src/H5config.h.in
echo "Remove files generated by bin/make_err"
rm -f src/H5Epubgen.h
rm -f src/H5Einit.h