From 4c83bc74994f032258a0bdb5612fae753c1a499f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 10:42:53 +0000 Subject: r670: add make everything metze (This used to be commit 3f942ac521ffbb970345519775f20284be393e60) --- source4/build/smb_build/makefile.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/build/smb_build/makefile.pl') diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index b7cf9b0e99..21331b5a68 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -747,6 +747,8 @@ scripting/swig/python/_tdb.so: scripting/swig/python/tdb.py scripting/swig/pytho \$(SHLD) \$(LDSHFLAGS) -o scripting/swig/python/_tdb.so scripting/swig/python/tdb_wrap.po \\ \$(PYTHON_TDB_PICOBJ) +everything: all + etags: etags `find \$(srcdir) -name \"*.[ch]\"` -- cgit