diff options
Diffstat (limited to 'scripts/Makefile.build')
| -rw-r--r-- | scripts/Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 0d1ca5bf42fb..11602e5efb3b 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
| @@ -60,7 +60,7 @@ endif | |||
| 60 | endif | 60 | endif |
| 61 | 61 | ||
| 62 | # Do not include host rules unless needed | 62 | # Do not include host rules unless needed |
| 63 | ifneq ($(hostprogs-y)$(hostprogs-m),) | 63 | ifneq ($(hostprogs-y)$(hostprogs-m)$(hostlibs-y)$(hostlibs-m)$(hostcxxlibs-y)$(hostcxxlibs-m),) |
| 64 | include scripts/Makefile.host | 64 | include scripts/Makefile.host |
| 65 | endif | 65 | endif |
| 66 | 66 | ||
