svn commit: samba r14907 - in branches/SAMBA_4_0/source/librpc: .

jelmer at samba.org jelmer at samba.org
Tue Apr 4 15:20:03 GMT 2006


Author: jelmer
Date: 2006-04-04 15:20:02 +0000 (Tue, 04 Apr 2006)
New Revision: 14907

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14907

Log:
Another attempt at fixing partially generated tables.c files

Modified:
   branches/SAMBA_4_0/source/librpc/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2006-04-04 14:39:00 UTC (rev 14906)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2006-04-04 15:20:02 UTC (rev 14907)
@@ -347,7 +347,8 @@
 
 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



More information about the samba-cvs mailing list