summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 12:40:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:41 -0500
commitfa069fdf4ddf8e66fc8f3be949fafac8c68cc58f (patch)
treededcbfc5f59795f523b8422778d774e21ec099d8 /source4/build
parent7624b3231dd682adfa8ed4f0a88ba750279852ed (diff)
downloadsamba-fa069fdf4ddf8e66fc8f3be949fafac8c68cc58f.tar.gz
samba-fa069fdf4ddf8e66fc8f3be949fafac8c68cc58f.tar.bz2
samba-fa069fdf4ddf8e66fc8f3be949fafac8c68cc58f.zip
r678: use ./config.smb_build.pl instead of config.smb_build.pl
metze (This used to be commit 3de5bf894e71ce9a7a0464f2245a64822a34cc5a)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/core.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/core.m4 b/source4/build/smb_build/core.m4
index 1dc4b36446..0005809fe6 100644
--- a/source4/build/smb_build/core.m4
+++ b/source4/build/smb_build/core.m4
@@ -71,6 +71,6 @@ smb_build_main(\$SMB_BUILD_CTX);
0;
_SMB_ACEOF
-$PERL config.smb_build.pl || exit $?
+$PERL ./config.smb_build.pl || exit $?
])