From 5de831c0b09ce821d10ecdca56d15f7066a99a90 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Thu, 1 Apr 2010 14:28:19 +0000 Subject: [PATCH] - Makefile fixes: part 2 ;-) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1761 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/sip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sip/Makefile b/core/sip/Makefile index bae585a9..7208067c 100644 --- a/core/sip/Makefile +++ b/core/sip/Makefile @@ -30,10 +30,10 @@ include ../../Makefile.defs %.d : %.cpp %.h ../../Makefile.defs $(CXX) -MM $< $(CPPFLAGS) $(CXXFLAGS) > $@ -$(LIBNAME): $(OBJS) ../Makefile.defs +$(LIBNAME): $(OBJS) ../../Makefile.defs -@echo "" -@echo "making $(LIBNAME)" - $(AR) rvs $(OBJS) + $(AR) rvs $(LIBNAME) $(OBJS) ifeq '$(LIBNAME)' '$(MAKECMDGOALS)' include $(DEPS)