From 482f1d284a99b61f9ce269b1f030734e8ffc8a95 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 11 May 2014 15:32:17 +0200 Subject: [PATCH] fixed makefile for multijob build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a062c37..2b43c93 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ install-i18n: $(I18Nmsgs) ### Targets: -$(SOFILE): $(OBJS) +$(SOFILE): hlib $(OBJS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ install-lib: $(SOFILE)