summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-21 10:37:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:41 -0500
commit651cb9fcd4b27e436fb59c716cf17b3a6797bd21 (patch)
tree5f506451038eace315252b6a76427626920fe3a7 /source4/main.mk
parent90789cb08b84d3b916df3ed11fa9c68dd3075600 (diff)
downloadsamba-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)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk8
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"