summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-25 17:34:07 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-26 11:57:09 -0600
commitaa79008d4b8741cab917a75d4a7e1f8d6a25e897 (patch)
tree521593796ffc6b78739c3ade312ba5ede4c61a0b /source4/build/smb_build
parent3a3633be8591fbc3219c7b220998f53009132a0a (diff)
downloadsamba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.gz
samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.bz2
samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.zip
r26602: Revert my previous commit as it only works with GNU make.
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/config_mk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 61e436942d..7ad6600a8c 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -215,7 +215,6 @@ 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++;