Skip to content

Commit

Permalink
[PATCH] Add a missing space that prevents building modules that requi…
Browse files Browse the repository at this point in the history
…re host programs

Signed-off-by: Ross Biro <rossb@google.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ross Biro authored and Linus Torvalds committed Sep 16, 2006
1 parent b64074e commit 8f5cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.host
Expand Up @@ -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))))
Expand Down

0 comments on commit 8f5cbd7

Please sign in to comment.