rules.mk, swig.mk: Add dependencies for Debian Stretch / Unstable

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-28 20:07:25 +00:00
commit 7ffe0c4b81
2 changed files with 5 additions and 5 deletions

View file

@ -298,7 +298,7 @@ $(FLAVOUR_PREFIX)%.o: %.S
$(CC) $(BUILD_CFLAGS) -c $< -o $@
$(LIB_A)(%.o): %.o
$(AR) cr $(LIB_A) $<
$(AR) crU $(LIB_A) $<
timers_%.h: %.h $(GENERATE_FUNC_TIMERS)
sh $(GENERATE_FUNC_TIMERS) $< $@