summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r--winsup/mingw/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 442e32efc..f63d036ca 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -212,7 +212,8 @@ install: all
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
subdirs: force
- @for i in $(SUBDIRS); do \
+ @test -z "$(SUBDIRS)" && exit 0; \
+ for i in $(SUBDIRS); do \
echo "Making $(DO) in $${i}..." ; \
if [ -d ./$$i ] ; then \
if (rootme=`pwd`/ ; export rootme ; \