From 41936183d72c71fa2cd0aa1d971ae6510c6b3ef1 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Thu, 7 Apr 2022 07:14:47 -0700 Subject: Updates bin/restore.sh to clean up src/H5config.h.in (#1605) --- bin/restore.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12