diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 18:08:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 18:08:37 +0200 |
commit | 10676780486c6b7fcf5b11240bc8c2726f58fff2 (patch) | |
tree | 46e5b69f153209974cfb5b2c56ad30f6d83ff3a2 /source4/build/m4 | |
parent | 353afc8d943f6ecfad83af830919afdcc5a853fc (diff) | |
download | samba-10676780486c6b7fcf5b11240bc8c2726f58fff2.tar.gz samba-10676780486c6b7fcf5b11240bc8c2726f58fff2.tar.bz2 samba-10676780486c6b7fcf5b11240bc8c2726f58fff2.zip |
Allow specifying different input file to smb_build.
(This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/public.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 300c64f854..d932f09a69 100644 --- a/source4/build/m4/public.m4 +++ b/source4/build/m4/public.m4 @@ -209,7 +209,7 @@ test "x$ac_abs_srcdir" != "x$ac_abs_builddir" && ( $PERL -I${builddir} -I${builddir}/build \ -I${srcdir} -I${srcdir}/build \ - ${srcdir}/build/smb_build/main.pl $1 || exit $? + ${srcdir}/build/smb_build/main.pl --output=$1 main.mk || exit $? ], [ srcdir="$srcdir" |