summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-04 14:38:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:14 -0500
commit7d53fb50f79e7335f3655fb0016d008a0eeddef7 (patch)
tree1a61bf58da047db4875713223c1c488b80b44bfb /source4/librpc/config.mk
parentc1a9486fafd4a47f1fb4adaeb564ab759137d05f (diff)
downloadsamba-7d53fb50f79e7335f3655fb0016d008a0eeddef7.tar.gz
samba-7d53fb50f79e7335f3655fb0016d008a0eeddef7.tar.bz2
samba-7d53fb50f79e7335f3655fb0016d008a0eeddef7.zip
r14905: Prevent partly generated files when building using heavy parallel make.
(This used to be commit 5446ccc20d7468911bd0b4cd0aedf0a67bba20d1)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index e02937bead..da158a3f54 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -346,7 +346,8 @@ OBJ_FILES = gen_ndr/ndr_winsrepl.o
REQUIRED_SUBSYSTEMS = LIBNDR NDR_NBT
librpc/gen_ndr/tables.c: $(IDL_NDR_HEADER_FILES)
- @$(PERL) $(srcdir)/librpc/tables.pl --output=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
[SUBSYSTEM::NDR_IFACE_TABLE]
OBJ_FILES = gen_ndr/tables.o