From 62f17891bff0b86f955248a36800dae6116fd5ec Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Oct 2023 12:06:04 -0400 Subject: build: Fix path to executable in dist-hook --- diff --git a/Makefile.am b/Makefile.am index 6ebaf44..7b57cf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,8 @@ if CROSS_COMPILING exit 1; \ fi else !CROSS_COMPILING - $(srcdir)/atsign -d '1969-12-31 19:00:01' -F 1>'$(distdir)/FORMATS' + $(builddir)/atsign$(EXEEXT) -d '1969-12-31 19:00:01' -F \ + 1>'$(distdir)/FORMATS' endif !CROSS_COMPILING else !ENABLE_TESTS if [ -f 'FORMATS' ]; then \ -- cgit v0.9.1