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

Reply via email to