diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 22:43:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 22:27:56 +0000 |
commit | d5883c8d00af17b084e17642b4dda3f6e9b3305e (patch) | |
tree | b8dd3c12238146d3794f55e3148903c712e90f19 /lib/replace/Makefile | |
parent | dac6f1662e33918659e00f65813a27f3cb4728ce (diff) | |
download | samba-d5883c8d00af17b084e17642b4dda3f6e9b3305e.tar.gz samba-d5883c8d00af17b084e17642b4dda3f6e9b3305e.tar.bz2 samba-d5883c8d00af17b084e17642b4dda3f6e9b3305e.zip |
replace/talloc: Avoid automatically pulling in new configure/Makefile,
as these files are checked in, and the source might not be available.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 31 22:27:56 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/replace/Makefile')
-rw-r--r-- | lib/replace/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/replace/Makefile b/lib/replace/Makefile index 2cc2819103..3082459add 100644 --- a/lib/replace/Makefile +++ b/lib/replace/Makefile @@ -61,9 +61,3 @@ ctags: bin/%:: FORCE $(WAF) --targets=`basename $@` FORCE: - -configure: autogen-waf.sh ../../buildtools/scripts/configure.waf - ./autogen-waf.sh - -Makefile: autogen-waf.sh configure ../../buildtools/scripts/Makefile.waf - ./autogen-waf.sh |