Commit 83a5155f08d7c7a6b20d717f733ea88d26411b29
1 parent
e653b43c
Exists in
master
and in
3 other branches
Fixing 'pot' files build.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -115,9 +115,16 @@ Release: \ |
115 | 115 | #---[ Misc Targets ]--------------------------------------------------------------------- |
116 | 116 | |
117 | 117 | locale: \ |
118 | + lib@LIB3270_NAME@.pot | |
119 | + | |
120 | +lib@LIB3270_NAME@.pot: \ | |
118 | 121 | $(POTDIR)/lib@LIB3270_NAME@.pot \ |
119 | 122 | $(POTDIR)/lib@LIB3270_NAME@++.pot |
120 | 123 | |
124 | + @rm -f $@ | |
125 | + @mkdir -p `dirname $@` | |
126 | + @$(MSGCAT) --sort-output $^ > $@ | |
127 | + | |
121 | 128 | #---[ Install Targets ]------------------------------------------------------------------ |
122 | 129 | |
123 | 130 | install: \ | ... | ... |