summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJulien Rioux <jrioux@physics.utoronto.ca>2012-03-27 09:23:56 -0400
committerJulien Rioux <jrioux@physics.utoronto.ca>2012-03-27 09:29:13 -0400
commit5cac816f7c509d0ded09e60daf008a46402d0425 (patch)
tree6a8583c766f5ea4b8de795303f96894cd89184fe /stepmake
parentd60be8f280a9b64643ff866a3b172d61a219df3a (diff)
Build: Fix `make dist', include the files added in recent commits.
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4
index 490e2066ef..8be2cab11d 100644
--- a/stepmake/aclocal.m4
+++ b/stepmake/aclocal.m4
@@ -419,7 +419,7 @@ EOF
abssrcdir="`cd $srcdir; pwd`"
absbuilddir="`pwd`"
- for d in 2 3 4 ; do
+ for d in 2 3 4 5 ; do
for mf in `cd $srcdir ; find . -maxdepth $d -mindepth $d -name GNUmakefile`; do
case "$abssrcdir" in
"$absbuilddir"/*)