From 4e1a05a90ff037e61fffb03e22dcd6ee08d53cea Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 14 May 2009 19:58:36 +0000 Subject: [PATCH] lo.mk: Now not baking all objects from LOADABLE_OBJS_O into shared object anymore --- make/lo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/lo.mk b/make/lo.mk index 517984e7..67e29d8f 100644 --- a/make/lo.mk +++ b/make/lo.mk @@ -32,7 +32,7 @@ clean: clean.lo clean.lo: profclean rm -f $(filter-out $(CPP_PREFIX)%.cpp,$(wildcard *.o *.cpp *.so *.done *.dll)) -$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o $(LOADABLE_OBJS_O) +$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o $(CPP_PREFIX)%.o $(CPP) -shared $^ $(LDFLAGS) -o $@ %.cpp: $(TOOLS_DIR)/$(CPP_PREFIX)%.h