diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-04 15:20:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:14 -0500 |
commit | d4dfc5de661a20b9557e35ebd9499d64f70b6383 (patch) | |
tree | 11642481393e72d4206e88a3b5f1934648ced355 /source4/librpc | |
parent | 6ad6506cb1483aad69c2273b539f876a8e948455 (diff) | |
download | samba-d4dfc5de661a20b9557e35ebd9499d64f70b6383.tar.gz samba-d4dfc5de661a20b9557e35ebd9499d64f70b6383.tar.xz samba-d4dfc5de661a20b9557e35ebd9499d64f70b6383.zip |
r14907: Another attempt at fixing partially generated tables.c files
(This used to be commit 902d90bcb193968c937be9e7b23b6d5ee24b9fec)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index da158a3f54..c75ed9e671 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -347,7 +347,8 @@ REQUIRED_SUBSYSTEMS = LIBNDR NDR_NBT librpc/gen_ndr/tables.c: $(IDL_NDR_HEADER_FILES) @echo Generating librpc/gen_ndr/tables.c - @$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_HEADER_FILES) > librpc/gen_ndr/tables.c + @$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_HEADER_FILES) > librpc/gen_ndr/tables.x + mv librpc/gen_ndr/tables.x librpc/gen_ndr/tables.c [SUBSYSTEM::NDR_IFACE_TABLE] OBJ_FILES = gen_ndr/tables.o |