From df5b989d73cd415ceb68d8c16cd962e710883df1 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 3 Jul 2012 10:23:27 +0200 Subject: Bug #1035 --- chanman/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chanman/Makefile b/chanman/Makefile index 4cbd9a1..38572fe 100644 --- a/chanman/Makefile +++ b/chanman/Makefile @@ -85,11 +85,12 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo @mkdir -p $(dir $@) cp $< $@ - +.PHONY: i18n +i18n: $(I18Nmsgs) ### Targets: -all: libvdr-$(PLUGIN).so +all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ -- cgit v1.2.3