Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-10-05 19:26:26 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-05 19:26:26 +0400
commit9df65fe3033f3bfbeef19e9ef8aa225d6f75318f (patch)
tree6ecf9a58ce6d3a96b164bb1a748855209c5edc87 /data/emoticons
parentf56897745db5c49fa4ab0afc239d05dc6bab7809 (diff)
clean .rpath from gettextize
Diffstat (limited to 'data/emoticons')
-rw-r--r--data/emoticons/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/emoticons/Makefile.in b/data/emoticons/Makefile.in
index 7452a17ae..f0241ba71 100644
--- a/data/emoticons/Makefile.in
+++ b/data/emoticons/Makefile.in
@@ -251,9 +251,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/emoticons/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/emoticons/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign data/emoticons/Makefile
+ $(AUTOMAKE) --gnu data/emoticons/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \