diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-25 16:37:02 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-26 11:57:08 -0600 |
commit | 251a4e07803d0fa95b1324d60133475ef8c41e79 (patch) | |
tree | 8ccf2a83617b582f467952589748bc714fed48ef /source4/build/smb_build | |
parent | 7ff974a226b3dda63a91ef0702b12406e130f809 (diff) | |
download | samba-251a4e07803d0fa95b1324d60133475ef8c41e79.tar.gz samba-251a4e07803d0fa95b1324d60133475ef8c41e79.tar.bz2 samba-251a4e07803d0fa95b1324d60133475ef8c41e79.zip |
r26600: Provide dir variable with current basedir in Makefile.
(This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
Diffstat (limited to 'source4/build/smb_build')
-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 7ad6600a8c..61e436942d 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -215,6 +215,7 @@ sub run_config_mk($$$$) # corresponding input files. The curlies are so you can match the # BEGIN/END pairs in a text editor. $makefile .= "# BEGIN{ $parsing_file\n"; + $makefile .= "dir = $basedir\n"; foreach (@lines) { $linenum++; |