From ef3fdbeccfd299b7e5eeeacaa1755ca444c6f548 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Sat, 9 Aug 2008 09:21:57 +0000 Subject: [PATCH] libcgroup: compile library using GCC Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@119 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e37458f5..fbd7dffe 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ lex.yy.c: lex.l $(LEX) lex.l libcgroup.so: api.c libcgroup.h wrapper.c - $(CXX) $(CFLAGS) -shared -fPIC -Wl,--soname,$@.$(VERSION) -o $@ api.c \ + $(CC) $(CFLAGS) -shared -fPIC -Wl,--soname,$@.$(VERSION) -o $@ api.c \ wrapper.c ln -sf $@ $@.$(VERSION) -- 2.47.2