Commit 819287cabbc0eb5ce408f6448230d4371529bf35

Authored by Perry Werneck
1 parent 816f7f49

Fixing build.

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -120,8 +120,7 @@ locale: \
120 120 lib@LIB3270_NAME@.pot
121 121  
122 122 lib@LIB3270_NAME@.pot: \
123   - $(POTDIR)/lib@LIB3270_NAME@.pot \
124   - $(POTDIR)/lib@LIB3270_NAME@++.pot
  123 + $(POTDIR)/lib@LIB3270_NAME@.pot
125 124  
126 125 @rm -f $@
127 126 @mkdir -p `dirname $@`
... ...