diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 14:14:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:14:47 (GMT) |
commit | 41936183d72c71fa2cd0aa1d971ae6510c6b3ef1 (patch) | |
tree | 8e236af92bc47caf2b15b057f3844c94ae57bb5a /bin/restore.sh | |
parent | fe6b2b8e5554f202f7636b1a7c37482e0adf2587 (diff) | |
download | hdf5-41936183d72c71fa2cd0aa1d971ae6510c6b3ef1.zip hdf5-41936183d72c71fa2cd0aa1d971ae6510c6b3ef1.tar.gz hdf5-41936183d72c71fa2cd0aa1d971ae6510c6b3ef1.tar.bz2 |
Updates bin/restore.sh to clean up src/H5config.h.in (#1605)
Diffstat (limited to 'bin/restore.sh')
-rwxr-xr-x | bin/restore.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/restore.sh b/bin/restore.sh index 47dde11..0597572 100755 --- a/bin/restore.sh +++ b/bin/restore.sh @@ -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 |