diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-21 10:37:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:41 -0500 |
commit | 651cb9fcd4b27e436fb59c716cf17b3a6797bd21 (patch) | |
tree | 5f506451038eace315252b6a76427626920fe3a7 | |
parent | 90789cb08b84d3b916df3ed11fa9c68dd3075600 (diff) | |
download | samba-651cb9fcd4b27e436fb59c716cf17b3a6797bd21.tar.gz samba-651cb9fcd4b27e436fb59c716cf17b3a6797bd21.tar.bz2 samba-651cb9fcd4b27e436fb59c716cf17b3a6797bd21.zip |
r21485: Remove obsolete smb_interfaces code (discussed with tpot).
(This used to be commit 92acdb380a02cae59b563e70ae0c18ab537cdb4c)
-rw-r--r-- | source4/main.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/main.mk b/source4/main.mk index 8b0a18ee62..3c60346cf0 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -220,14 +220,6 @@ pidl/lib/Parse/Pidl/Expr.pm: pidl/idl.yp -$(YAPP) -m 'Parse::Pidl::Expr' -o pidl/lib/Parse/Pidl/Expr.pm pidl/expr.yp ||\ touch pidl/lib/Parse/Pidl/Expr.pm -smb_interfaces: pidl/smb_interfaces.pm - $(PERL) -Ipidl $(srcdir)/script/build_smb_interfaces.pl \ - include/smb_interfaces.h - -pidl/smb_interfaces.pm: pidl/smb_interfaces.yp - -$(YAPP) -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm pidl/smb_interfaces.yp ||\ - touch pidl/smb_interfaces.pm - include/config.h: @echo "include/config.h not present" @echo "You need to rerun ./autogen.sh and ./configure" |