From b8e8e9f0a58bf2d8c3f6fb6b29ff5e86f19b7a3a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 15 Sep 2008 14:56:46 +0200 Subject: Ignore generated build files. --- source3/Makefile.in | 4 ++-- source3/samba4.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 51103ffc49..31387c315c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2622,10 +2622,10 @@ include/build_env.h: script/build_env.sh proto:: -etags: +etags:: etags `find $(srcdir) -name "*.[ch]"` -ctags: +ctags:: ctags `find $(srcdir) -name "*.[ch]"` realclean:: clean diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 04f88950ff..470a5a415f 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -120,8 +120,8 @@ AC_OUTPUT_COMMANDS([ cd ${srcdir}/../source4 USESHARED=false $PERL -I${builddir} -I${builddir}/build \ -I. -Ibuild \ - build/smb_build/main.pl --output=../../source/samba4-data.mk main.mk || exit $? -cd ../../source + build/smb_build/main.pl --output=../source3/samba4-data.mk main.mk || exit $? +cd ../source3 ],[ srcdir="$srcdir" builddir="$builddir" -- cgit