Commit 700247e2b8ab14129d795618cf232f4aa896f937
1 parent
8997b78d
Exists in
master
and in
3 other branches
Fixing builds.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
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 ]-------------------------------------------------------------------- |