summaryrefslogtreecommitdiff
path: root/build_posix/makemake
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/makemake')
-rwxr-xr-xbuild_posix/makemake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/makemake b/build_posix/makemake
index 44d5571e279..6623519f7e7 100755
--- a/build_posix/makemake
+++ b/build_posix/makemake
@@ -6,7 +6,7 @@
# (in release trees, some of the subdirs might be excluded).
(sed -n '1,/BEGIN SUBDIRS/p' Make.base
-echo "SUBDIRS = ."
+echo "SUBDIRS ="
sed -e 's/#.*$//' -e '/^$/d' Make.subdirs | (while read dir cond ; do
test -d ../$dir || continue
if test -n "$cond" ; then