diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 02:54:34 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 02:54:34 +0100 |
commit | 42176ab7ef4282922d1b8375b7cc8f207b247faa (patch) | |
tree | b29acaab3a9598ef8dca1ccb8fbf052debbeb0cf /source4/librpc | |
parent | 895a0a3238e1f17f39ab0e4543dbd6318d6f8f11 (diff) | |
download | samba-42176ab7ef4282922d1b8375b7cc8f207b247faa.tar.gz samba-42176ab7ef4282922d1b8375b7cc8f207b247faa.tar.bz2 samba-42176ab7ef4282922d1b8375b7cc8f207b247faa.zip |
Use make to generate fragments rather than the perl code.
(This used to be commit 4e2ba19d525da53592890380ae3570fc5bb0bfb9)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index a653dbeca5..c83f895642 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -277,7 +277,13 @@ OBJ_FILES = gen_ndr/ndr_winbind.o PUBLIC_HEADERS = gen_ndr/winbind.h PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON -mkinclude ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl| +librpc/idl-deps: + ./librpc/idl-deps.pl librpc/idl/*.idl >$@ + +clean:: + rm -f librpc/idl-deps + +include librpc/idl-deps librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES) @echo Generating $@ |