summaryrefslogtreecommitdiff
path: root/data/gettext/equality.diff
blob: 61d469a4521ce9718f39a43e3b29fd94e9b1414a (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ru gettext-0.17/gettext-tools/libgettextpo/Makefile.in gettext-0.17+iPhone/gettext-tools/libgettextpo/Makefile.in
--- gettext-0.17/gettext-tools/libgettextpo/Makefile.in	2007-11-06 23:39:59.000000000 +0000
+++ gettext-0.17+iPhone/gettext-tools/libgettextpo/Makefile.in	2008-01-09 13:05:02.000000000 +0000
@@ -1408,6 +1408,7 @@
 	      esac; \
 	    done; \
 	  } 5>&1 \
+	    | grep -v = \
 	    | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \
 	    | sed -e 's,^obstack_free$$,__obstack_free,' \
 	    | sed -e 's,^\(.*\)$$,#define \1 libgettextpo_\1,' > config.h-t && \