diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-18 01:53:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-18 01:53:10 +0000 |
commit | ce4a7304b88a639907c39e0187f355759bf08db6 (patch) | |
tree | ffd4aef707d5b028113cbc15260e00b882e04bb8 /winsup | |
parent | 606264878e73552dfec5abbfad7b1e8e045a8952 (diff) | |
download | cygnal-ce4a7304b88a639907c39e0187f355759bf08db6.tar.gz cygnal-ce4a7304b88a639907c39e0187f355759bf08db6.tar.bz2 cygnal-ce4a7304b88a639907c39e0187f355759bf08db6.zip |
Add comment.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/mingw/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 $@..." ; \ |