summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-22 10:37:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:21 -0500
commitd511061e6ffd03d0aad887a1d18707d9f32ae5c4 (patch)
tree3145ab54f42d518f97c85c02cd0ccb017f2f55b4 /source4/build/smb_build
parentacedd59f35b688e5545cf63908a94e8846dc3cd7 (diff)
downloadsamba-d511061e6ffd03d0aad887a1d18707d9f32ae5c4.tar.gz
samba-d511061e6ffd03d0aad887a1d18707d9f32ae5c4.tar.bz2
samba-d511061e6ffd03d0aad887a1d18707d9f32ae5c4.zip
r22452: fix creation of MK_FILES variable in Makefile
metze (This used to be commit d970f18144112f1f0103f54d030c961a3fce08f7)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/config_mk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 9a9584aba1..d0067c858d 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -156,6 +156,7 @@ sub _read_config_file
$basedir = $builddir;
} else {
$basedir = dirname($filename);
+ push(@parsed_files, $filename);
}
$basedir =~ s!^($builddir|$srcdir)[/]!!;
return ($filename, $basedir, @lines);