projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64074e
)
[PATCH] Add a missing space that prevents building modules that require host programs
author
Ross Biro
<
[email protected]
>
Sat, 16 Sep 2006 19:15:39 +0000
(12:15 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 16 Sep 2006 19:54:31 +0000
(12:54 -0700)
Signed-off-by: Ross Biro <
[email protected]
>
Acked-by: Sam Ravnborg <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
scripts/Makefile.host
patch
|
blob
|
history
diff --git
a/scripts/Makefile.host
b/scripts/Makefile.host
index 18ecd4d5df7fe4ae76352cc926605cc304040958..060f4c563a5cd0973559b6804a2e1d76ddfadd2a 100644
(file)
--- a/
scripts/Makefile.host
+++ b/
scripts/Makefile.host
@@
-30,7
+30,7
@@
# libkconfig.so as the executable conf.
# Note: Shared libraries consisting of C++ files are not supported
-__hostprogs := $(sort $(hostprogs-y)$(hostprogs-m))
+__hostprogs := $(sort $(hostprogs-y)
$(hostprogs-m))
# hostprogs-y := tools/build may have been specified. Retreive directory
host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))