Commit 700247e2b8ab14129d795618cf232f4aa896f937

Authored by Perry Werneck
1 parent 8997b78d

Fixing builds.

src/lib3270++/Makefile.in
@@ -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 ]--------------------------------------------------------------------
src/lib3270/Makefile.in
@@ -279,7 +279,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @@ -279,7 +279,7 @@ $(POTDIR)/$(LIBNAME).pot: \
279 @$(MSGCAT) --sort-output $^ > $@ 279 @$(MSGCAT) --sort-output $^ > $@
280 280
281 locale: \ 281 locale: \
282 - lib$(LIBNAME).pot 282 + $(POTDIR)/$(LIBNAME).pot
283 283
284 284
285 #---[ Debug Targets ]-------------------------------------------------------------------- 285 #---[ Debug Targets ]--------------------------------------------------------------------