summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-29 15:39:18 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 15:39:18 +0100
commit9817a667331bfa31b06d9895aa96451b1ff0a9d9 (patch)
treeddccde9aace761427ca18dd05c051dca7fd11644
parent948c0a020c91968228aceabb1bf251ca331282e3 (diff)
downloadsamba-9817a667331bfa31b06d9895aa96451b1ff0a9d9.tar.gz
samba-9817a667331bfa31b06d9895aa96451b1ff0a9d9.tar.bz2
samba-9817a667331bfa31b06d9895aa96451b1ff0a9d9.zip
Use special make variables.
(This used to be commit dfb4ddcd5dbd27d275e7a41ede5441be25db9a35)
-rw-r--r--source4/librpc/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index e37bd4fae7..7abc693960 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -297,9 +297,9 @@ clean::
include librpc/idl-deps
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_PARSE_H_FILES) > librpc/gen_ndr/tables.x
- mv librpc/gen_ndr/tables.x librpc/gen_ndr/tables.c
+ @echo Generating $@
+ @$(PERL) $(srcdir)/librpc/tables.pl --output=$@ $^ > librpc/gen_ndr/tables.x
+ @mv librpc/gen_ndr/tables.x $@
[SUBSYSTEM::NDR_TABLE]
OBJ_FILES = ndr/ndr_table.o gen_ndr/tables.o