Commit e653b43cc01dc3b06eb05bdb14dcd0bc6a56a7c8
1 parent
700247e2
Exists in
master
and in
3 other branches
Fixing build of 'pot' files.
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
Makefile.in
@@ -91,12 +91,17 @@ $(BINRLS)/lib@LIB3270_NAME@@DLLEXT@: \ | @@ -91,12 +91,17 @@ $(BINRLS)/lib@LIB3270_NAME@@DLLEXT@: \ | ||
91 | 91 | ||
92 | #---[ Misc Rules ]----------------------------------------------------------------------- | 92 | #---[ Misc Rules ]----------------------------------------------------------------------- |
93 | 93 | ||
94 | -$(POTDIR)/lib@LIB3270_NAME@.pot: \ | 94 | +$(POTDIR)/lib3270.pot: \ |
95 | src/lib3270/* \ | 95 | src/lib3270/* \ |
96 | $(DEPENDS) | 96 | $(DEPENDS) |
97 | 97 | ||
98 | @$(MAKE) -C src/lib3270 $@ | 98 | @$(MAKE) -C src/lib3270 $@ |
99 | 99 | ||
100 | +$(POTDIR)/lib3270++.pot: \ | ||
101 | + src/lib3270++/* \ | ||
102 | + $(DEPENDS) | ||
103 | + | ||
104 | + @$(MAKE) -C src/lib3270++ $@ | ||
100 | 105 | ||
101 | #---[ Release Targets ]------------------------------------------------------------------ | 106 | #---[ Release Targets ]------------------------------------------------------------------ |
102 | 107 | ||
@@ -109,8 +114,9 @@ Release: \ | @@ -109,8 +114,9 @@ Release: \ | ||
109 | 114 | ||
110 | #---[ Misc Targets ]--------------------------------------------------------------------- | 115 | #---[ Misc Targets ]--------------------------------------------------------------------- |
111 | 116 | ||
112 | -lib@LIB3270_NAME@.pot: \ | ||
113 | - $(POTDIR)/lib@LIB3270_NAME@.pot | 117 | +locale: \ |
118 | + $(POTDIR)/lib@LIB3270_NAME@.pot \ | ||
119 | + $(POTDIR)/lib@LIB3270_NAME@++.pot | ||
114 | 120 | ||
115 | #---[ Install Targets ]------------------------------------------------------------------ | 121 | #---[ Install Targets ]------------------------------------------------------------------ |
116 | 122 |