...
|
...
|
@@ -663,7 +663,7 @@ man: $(foreach mods,$(modules_dirs),$(mods)-man)
|
663
|
663
|
mk-install_dirs: $(cfg_prefix)/$(cfg_dir) $(bin_prefix)/$(bin_dir) \
|
664
|
664
|
$(modules_prefix)/$(modules_dir) $(doc_prefix)/$(doc_dir) \
|
665
|
665
|
$(man_prefix)/$(man_dir)/man8 $(man_prefix)/$(man_dir)/man5 \
|
666
|
|
- $(share_prefix)/$(share_dir) $(run_prefix)/$(run_dir) \
|
|
666
|
+ $(share_prefix)/$(share_dir) \
|
667
|
667
|
$(foreach mods,$(modules_dirs),\
|
668
|
668
|
$(modules_prefix)/$(modules_dir)$(mods) \
|
669
|
669
|
$(doc_prefix)/$(doc_dir)$(mods) )
|