From 0259c83976758dcfe720ad08949f38a970f86d08 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 14 Aug 2008 04:44:12 +0000 Subject: libcgroup: Change compiler to GCC For some reason these changes got lost. Making the change again. Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@139 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8371d35..4adc03b 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,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) diff --git a/Makefile.in b/Makefile.in index 7fdff9a..6c6f3bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,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) -- cgit