From 8ee028df8839323b4d7c9e8dbea21e9169629cf3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Apr 2006 09:34:31 +0000 Subject: r15292: fix the IDL_* variable names metze (This used to be commit e8d69ff8d0bf4ccdc2be486f0516ef4fb7baeae7) --- source4/librpc/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/config.mk') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 16e655244d..fa4d5045f6 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -345,9 +345,9 @@ SO_VERSION = 0 OBJ_FILES = gen_ndr/ndr_winsrepl.o PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT -librpc/gen_ndr/tables.c: $(IDL_NDR_HEADER_FILES) +librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_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.x + @$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_PARSE_H_FILES) > librpc/gen_ndr/tables.x mv librpc/gen_ndr/tables.x librpc/gen_ndr/tables.c [SUBSYSTEM::NDR_IFACE_TABLE] -- cgit