summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"