diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-18 19:02:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:00 -0500 |
commit | 8dd826f50026f29cf1175ce56111c4832f2d4809 (patch) | |
tree | 8375c51511c17094962aa78561d93d9dfa709033 /source3/Makefile.in | |
parent | ab916747536df7a3ccd28299ce534825a255b4f3 (diff) | |
download | samba-8dd826f50026f29cf1175ce56111c4832f2d4809.tar.gz samba-8dd826f50026f29cf1175ce56111c4832f2d4809.tar.bz2 samba-8dd826f50026f29cf1175ce56111c4832f2d4809.zip |
r18618: * remove svn:externals
* 'make idl' now requires pidl in the current PATH
* regenerate winreg ndr files
(This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6cdc5126be..329e9c9d51 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -849,14 +849,7 @@ cac: SHOWFLAGS $(LIBMSRPC) ## Perl IDL Compiler IDL_FILES = unixinfo.idl lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl -pidl/Makefile: pidl/Makefile.PL - @echo Building Perl IDL Compiler.... - @cd $(srcdir)/pidl && $(PERL) Makefile.PL - -pidl/lib/Parse/Pidl/IDL.pm: pidl/Makefile - @cd $(srcdir)/pidl && make - -idl: pidl/lib/Parse/Pidl/IDL.pm +idl: @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \ srcdir="$(srcdir)" $(srcdir)/script/build_idl.sh $(PIDL_ARGS) |