summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-23 21:28:23 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-23 21:28:23 +0000
commit98d2d13ad1fff509f1ff8b89b74192159c985bb8 (patch)
treed152d37d91c46207b2058db20c9f997367f32fc9 /tests/Makefile.am
parent66e7b327ef535874e4f9fbfaf8a8b648bd3dc0cd (diff)
downloadpango-98d2d13ad1fff509f1ff8b89b74192159c985bb8.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/Makefile.am')
-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