Commit 700247e2b8ab14129d795618cf232f4aa896f937

Authored by Perry Werneck
1 parent 8997b78d

Fixing builds.

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