From 6a7e0b3653bbf5990495d18436aa3abe16d04193 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 7 Nov 2022 21:21:38 +0100 Subject: [PATCH] - Makefile: fix rcsim.h target Signed-off-by: Thilo Graf --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e27520a12..729bcadb0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ BUILT_SOURCES = rcsim.h # ugly: this is in the source tree, but belongs into the build dir :-( -rcsim.h: $(srcdir)/driver/rcinput.h $(srcdir)/create_rcsim_h.sh +rcsim.h: $(srcdir)/driver/rcinput.h $(srcdir)/driver/rcinput_fake.h $(srcdir)/create_rcsim_h.sh pushd $(srcdir) && sh ./create_rcsim_h.sh > $@ AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS