From c0149d86c5e0572ab0376b79a42307f8ed38934d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Dec 2003 22:06:18 +0000 Subject: use the @CPP@ value from configure if possible when determining cpp in pidl (This used to be commit c47e88dabfc62db7533d2d39c7f1010b4188d2ea) --- source4/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index f2c68dd40e..c09e558b74 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -643,10 +643,10 @@ pch: basics idl_full: build/pidl/idl.pm - script/build_idl.sh FULL + CPP="@CPP@" script/build_idl.sh FULL idl: build/pidl/idl.pm - @script/build_idl.sh + @CPP="@CPP@" script/build_idl.sh basics: idl proto_test -- cgit