From ac3f0014232619edc41865f6e42e6510bdd8acc6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 May 2024 18:26:24 +0900 Subject: Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder Signed-off-by: Michele Calgaro --- src/devices/mem24/xml_data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/mem24/xml_data') diff --git a/src/devices/mem24/xml_data/Makefile.am b/src/devices/mem24/xml_data/Makefile.am index 42cacaa..1b42fae 100644 --- a/src/devices/mem24/xml_data/Makefile.am +++ b/src/devices/mem24/xml_data/Makefile.am @@ -8,5 +8,5 @@ libmem24xml_la_DEPENDENCIES = mem24_data.cpp include deps.mak mem24_data.cpp: ../xml/mem24_xml_to_data $(noinst_DATA) - ../xml/mem24_xml_to_data + cd $(abs_builddir) && ./../xml/mem24_xml_to_data $(srcdir) CLEANFILES = mem24_data.cpp -- cgit v1.2.1