fixed makefile for multijob build

This commit is contained in:
louis 2014-05-11 15:32:17 +02:00
parent 7231362092
commit 482f1d284a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ install-i18n: $(I18Nmsgs)
### Targets:
$(SOFILE): $(OBJS)
$(SOFILE): hlib $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
install-lib: $(SOFILE)