diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-22 10:37:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:21 -0500 |
commit | d511061e6ffd03d0aad887a1d18707d9f32ae5c4 (patch) | |
tree | 3145ab54f42d518f97c85c02cd0ccb017f2f55b4 | |
parent | acedd59f35b688e5545cf63908a94e8846dc3cd7 (diff) | |
download | samba-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)
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 1 |
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); |