Skip to content

Commit

Permalink
Only copy missing auxiliary files
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Apr 4, 2024
1 parent cd3db55 commit 240e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cd nsd || error_cleanup "NSD not exported correctly from git"
rm -rf .git .cirrus.yml .github .gitignore || error_cleanup "Failed to remove .git tracking and ci information"

info "Building configure script (autoreconf)."
autoreconf -i -f || error_cleanup "Autoconf failed."
autoreconf -i || error_cleanup "Autoconf failed."

info "Building config.h.in (autoheader)."
autoheader || error_cleanup "Autoheader failed."
Expand Down

0 comments on commit 240e988

Please sign in to comment.