commit c822fd039d6e736e6035ea37f3ffec6b08a081cd from: Benjamin Stürz date: Thu Aug 15 21:44:03 2024 UTC fix split builds commit - 5914cbb4b4f0fb2936bf35315762a887f792731d commit + c822fd039d6e736e6035ea37f3ffec6b08a081cd blob - 1510c801e721c840d08e90d9e8b68a37d83782e2 blob + 34bee760f68020fd96f4dc3c92fc8e0cca6e903e --- Makefile.am +++ Makefile.am @@ -9,5 +9,5 @@ full-clean: distclean rm -f Makefile.in aclocal.m4 config.h.in configure rm -f lex.c parse.c parse.h -destruct.inc: destruct.h - ${SED} "s/\$$/\\\\n/; s/$$(printf '\t')/\\\\t/g" < destruct.h | tr -d '\r\n' | ${SED} 's/^/"/; s/$$/"/' > $@ +destruct.inc: ${top_srcdir}/destruct.h + ${SED} "s/\$$/\\\\n/; s/$$(printf '\t')/\\\\t/g" < ${top_srcdir}/destruct.h | tr -d '\r\n' | ${SED} 's/^/"/; s/$$/"/' > $@ blob - f9e69aee4943e60efe60f6919e5e7a5cd89835aa blob + 485e133a92799b5fbecf1b5bd6f02fbecb0eb5ae --- configure.ac +++ configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.71]) -AC_INIT([destruct], [0.6.1], [benni@stuerz.xyz]) +AC_INIT([destruct], [0.6.2], [benni@stuerz.xyz]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.16 foreign -Wall])