r21485: Remove obsolete smb_interfaces code (discussed with tpot).
authorJelmer Vernooij <jelmer@samba.org>
Wed, 21 Feb 2007 10:37:25 +0000 (10:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:41 +0000 (14:48 -0500)
source/main.mk

index 8b0a18ee62697f94bfc24060f43db03f90933276..3c60346cf044d7d0b69b73d2678c89e3bc36a4ca 100644 (file)
@@ -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"