build: add HOSTOBJS to SUBDIR_VARS list

Even though HOSTOBJS are not referenced directly in subdirectory Makefile
snippets right now, robustness requires resetting the variable contents.
pull/28/head
Diego Biurrun 12 years ago
parent f69f4036f8
commit 24d3796d21
  1. 2
      Makefile

@ -106,7 +106,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
MMI-OBJS ALTIVEC-OBJS VIS-OBJS \
MMX-OBJS YASM-OBJS \
OBJS TESTOBJS
OBJS HOSTOBJS TESTOBJS
define RESET
$(1) :=

Loading…
Cancel
Save