mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- Makefile: fix rcsim.h target
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user