From 76beea46bfb0ac00e1c1cc011eeeb282c8d52509 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 6 Feb 2008 21:56:15 +0000 Subject: [PATCH] passing CC etc downwards git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@681 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/binrpcctrl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/binrpcctrl/Makefile b/core/plug-in/binrpcctrl/Makefile index 570a4652..870bbe28 100644 --- a/core/plug-in/binrpcctrl/Makefile +++ b/core/plug-in/binrpcctrl/Makefile @@ -35,7 +35,7 @@ libbinrpc: $(MAKE) all $(LIBBINRPC_LIB)/libbinrpc.a: - $(MAKE) -C $(LIBBINRPC_DIR) all + $(MAKE) -C $(LIBBINRPC_DIR) all CC=$(CC) CXX=$(CXX) LD=$(LD) libbinrpc_clean: $(MAKE) -C $(LIBBINRPC_DIR) clean