diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-17 15:40:17 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-17 16:31:45 +0100 |
commit | ef078307d9ff12540a45ffd39104831bc51a50a9 (patch) | |
tree | 7b636dfe83159ebed21eb1929c3ecfbf0d7f9bcf | |
parent | 5d55ae0a2907b5ead5fb7d131aa00788d806ed9a (diff) | |
download | samba-ef078307d9ff12540a45ffd39104831bc51a50a9.tar.gz samba-ef078307d9ff12540a45ffd39104831bc51a50a9.tar.bz2 samba-ef078307d9ff12540a45ffd39104831bc51a50a9.zip |
s3:Makefile.in: make sure we rebuild bin/smbtorture4 if there where changes
and bin/ndrdump4...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Mar 17 16:31:45 CET 2011 on sn-devel-104
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6ea91ef196..05f1ccd8d4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3481,6 +3481,8 @@ libnetapi_examples: libnetapi clean_libnetapi_examples: $(MAKE) -C lib/netapi/examples clean +.PHONY: bin/smbtorture4 bin/ndrdump4 + bin/smbtorture4: $(BINARY_PREREQS) $(MAKE) -f Makefile-smbtorture4 bin/smbtorture4 |