diff options
| -rw-r--r-- | scripts/Makefile.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 66893643fd7d..395a2403593f 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host | |||
| @@ -44,7 +44,7 @@ host-cmulti := $(foreach m,$(__hostprogs),\ | |||
| 44 | host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) | 44 | host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) |
| 45 | 45 | ||
| 46 | # C++ code | 46 | # C++ code |
| 47 | # C++ executables compiled from at least on .cc file | 47 | # C++ executables compiled from at least one .cc file |
| 48 | # and zero or more .c files | 48 | # and zero or more .c files |
| 49 | host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m))) | 49 | host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m))) |
| 50 | 50 | ||
