From ce4a7304b88a639907c39e0187f355759bf08db6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 18 Jun 2000 01:53:10 +0000 Subject: [PATCH] Add comment. --- winsup/mingw/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index 2108919e0..65abdd7e2 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -221,6 +221,8 @@ install: all $(install_dlls_host) subdirs: $(SUBDIRS) @true +# The . is here because SUBDIRS may be empty + . $(SUBDIRS): force @if [ -d ./$@ ]; then \ echo "Making $(DO) in $@..." ; \