* modules/parse-datetime (Makefile.am): Prefix the target file name
with '$(srcdir)/'.
+2024-06-11 Bruno Haible <bruno@clisp.org>
+
+ parse-datetime: Add support for VPATH builds with OpenBSD 'make'.
+ * modules/parse-datetime (Makefile.am): Prefix the target file name
+ with '$(srcdir)/'.
+
2024-06-11 Collin Funk <collin.funk1@gmail.com>
mktempd: Invoke mktemp portably.
# Additionally, here we assume GNU Bison and therefore don't need the ylwrap
# script.
# Therefore we override this rule.
-parse-datetime.c: parse-datetime.y
+$(srcdir)/parse-datetime.c: parse-datetime.y
$(AM_V_YACC)$(PARSE_DATETIME_BISON) $(YFLAGS) $(AM_YFLAGS) $(srcdir)/parse-datetime.y \
&& test ':' = '$(PARSE_DATETIME_BISON)' || { \
sed -e 's|".*/parse-datetime\.y"|"parse-datetime.y"|' \