Skip to content

Commit

Permalink
Makefile: don't create run_dir on install-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Apr 20, 2015
1 parent a03b03a commit 6030a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -795,7 +795,7 @@ install-every-module-doc: $(foreach mods,$(modules_dirs),install-$(mods)-doc)

install-every-module-man: $(foreach mods,$(modules_dirs),install-$(mods)-man)

install-utils: utils $(bin_prefix)/$(bin_dir) $(run_prefix)/$(run_dir)
install-utils: utils $(bin_prefix)/$(bin_dir)
@for r in $(C_INSTALL_BIN) "" ; do \
if [ -n "$$r" ]; then \
if [ -f "$$r" ]; then \
Expand Down

0 comments on commit 6030a22

Please sign in to comment.