OSDN Git Service

build: add HOSTOBJS to SUBDIR_VARS list
authorDiego Biurrun <diego@biurrun.de>
Wed, 8 Aug 2012 13:41:36 +0000 (15:41 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 9 Aug 2012 01:49:19 +0000 (03:49 +0200)
Even though HOSTOBJS are not referenced directly in subdirectory Makefile
snippets right now, robustness requires resetting the variable contents.

Makefile

index 7d4ca8f..d2aed23 100644 (file)
--- a/Makefile
+++ b/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) :=