summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-23 21:28:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-23 21:28:28 +0000
commitc7707ff01fe42600b2aebe03f1eab9c165bd5893 (patch)
treea2ca5573e608134b981fe13598511830ca36d087 /tests
parenta8efb3cf059258d970dc0575d3d0a0679e9feedf (diff)
downloadpango-c7707ff01fe42600b2aebe03f1eab9c165bd5893.tar.gz
Don't generate all-unicode.txt when cross-compiling. (#135503, J. Ali
Wed Jun 23 17:26:50 2004 Owen Taylor <otaylor@redhat.com> * tests/Makefile.am (pango.modules): Don't generate all-unicode.txt when cross-compiling. (#135503, J. Ali Harlow)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 29aa0eef..c42d60c2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -59,7 +59,7 @@ endif
cxx_test_SOURCES = cxx-test.C
if CROSS_COMPILING
-all-local: all-unicode.txt
+all-local:
else
all-local: all-unicode.txt pango.modules
endif