commit a759b903cca3f0fcf20dba5c697849e21cdd9062 from: Omar Polo date: Thu Jan 05 17:13:44 2023 UTC portable: template: drop tmpl.c from SOURCES was added there mistakenly. it's not part of the "compiler", it's part of the "user library" and provides useful functions for the consumers. see also 1dec34dfda7ccb3caadab65aca907251ab8fd72e commit - 8eca0bdb19386799f23e248e19627d62eeb65c50 commit + a759b903cca3f0fcf20dba5c697849e21cdd9062 blob - 292681fedf13fdfbd9b6be5c31b9c9074aa66fd4 blob + 315f3c7eace921aa1ed90823a2680c9a5c617fa4 --- template/Makefile.am +++ template/Makefile.am @@ -3,7 +3,6 @@ bin_PROGRAMS = template include $(top_builddir)/Makefile.common template_SOURCES = template.c \ - tmpl.c \ parse.y template_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a