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 <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.