From a01672546967d77e52fa98e51f9505429915fe5c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Jun 2006 18:24:33 +0000 Subject: =?UTF-8?q?Bug=20343966=20=E2=80=93=20pango=20Cygwin=20build=20fix?= =?UTF-8?q?es=20Patch=20from=20Cygwin=20Ports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-06-06 Behdad Esfahbod Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports maintainer. * configure.in: Add missing space. * tests/Makefile.am: Add $(EXEEXT) where appropriate. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index c29f50e9..33155e5c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -75,7 +75,7 @@ check_PROGRAMS += cxx-test endif cxx_test_SOURCES = cxx-test.C -all-unicode.txt: gen-all-unicode +all-unicode.txt: gen-all-unicode$(EXEEXT) ./gen-all-unicode > all-unicode.txt pangorc: $(srcdir)/../modules/pangorc -- cgit v1.2.1