Commit 245584becf8e69a43c09f37bf4e6b7385c903db7

Authored by Perry Werneck
1 parent 27b947e2
Exists in master and in 1 other branch develop

Fixing builds.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -276,7 +276,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @@ -276,7 +276,7 @@ $(POTDIR)/$(LIBNAME).pot: \
276 @$(MSGCAT) --sort-output $^ > $@ 276 @$(MSGCAT) --sort-output $^ > $@
277 277
278 locale: \ 278 locale: \
279 - lib$(LIBNAME).pot 279 + $(POTDIR)/$(LIBNAME).pot
280 280
281 281
282 #---[ Debug Targets ]-------------------------------------------------------------------- 282 #---[ Debug Targets ]--------------------------------------------------------------------