Skip to content

Commit

Permalink
bootstrap: catch Modules.am in all subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfanel committed Sep 26, 2012
1 parent 04e08a2 commit 674d7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi
###

echo "generating modules/**/Makefile.am"
for d in modules/*/Modules.am modules/gui/*/Modules.am; do
for d in modules/*/Modules.am modules/*/*/Modules.am; do
d="${d#modules/}"
d="${d%/Modules.am}"
${CONFIG_SHELL-sh} modules/genmf "$d"
Expand Down

0 comments on commit 674d7b3

Please sign in to comment.