summaryrefslogtreecommitdiff
path: root/polish/kadu/files/patch-modules_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'polish/kadu/files/patch-modules_Makefile.in')
-rw-r--r--polish/kadu/files/patch-modules_Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/polish/kadu/files/patch-modules_Makefile.in b/polish/kadu/files/patch-modules_Makefile.in
deleted file mode 100644
index 5a83bb67c34e..000000000000
--- a/polish/kadu/files/patch-modules_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- modules/Makefile.in Tue Oct 11 02:16:57 2005
-+++ modules/Makefile.in Tue Oct 18 19:34:54 2005
-@@ -295,7 +295,8 @@
- if test -d translations; then \
- cd translations && \
- for trans in *.ts; do \
-- if [ ! -e $${trans//\ts/qm} ] || test $$trans -nt $${trans//\ts/qm}; then \
-+ trans_qm="$$(echo $${trans} | sed -e 's/\.ts$$/\.qm/')"; \
-+ if [ ! -e $${trans_qm} ] || test $$trans -nt $${trans_qm}; then \
- $(QT_LRELEASE_DIR)/lrelease $$trans; \
- fi; \
- done && \