diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 10:42:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:40 -0500 |
commit | 4c83bc74994f032258a0bdb5612fae753c1a499f (patch) | |
tree | 913f4c352377301888eff36bad2b3c599ebbf343 | |
parent | 6e70a689a387722f424e95c7b3e9b9a7a73cc33e (diff) | |
download | samba-4c83bc74994f032258a0bdb5612fae753c1a499f.tar.gz samba-4c83bc74994f032258a0bdb5612fae753c1a499f.tar.bz2 samba-4c83bc74994f032258a0bdb5612fae753c1a499f.zip |
r670: add make everything
metze
(This used to be commit 3f942ac521ffbb970345519775f20284be393e60)
-rw-r--r-- | source4/build/smb_build/makefile.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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]\"` |