From: Bruno Haible Date: Sat, 18 Jul 2009 15:13:00 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v0.1~5772 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=77462a90399a1789e2a8fc0be5bb6dcf85c5da26;p=gnulib.git Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 8164e1100..dbafa7dd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-18 Bruno Haible + + * modules/pipe-tests (Makefile.am): Fix typo. + 2009-07-18 Eric Blake error: fix mingw build diff --git a/modules/pipe-tests b/modules/pipe-tests index 1371192db..14d1e0fef 100644 --- a/modules/pipe-tests +++ b/modules/pipe-tests @@ -11,4 +11,4 @@ Makefile.am: TESTS += test-pipe.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-pipe -test_closein_LDADD = $(LDADD) @LIBINTL@ +test_pipe_LDADD = $(LDADD) @LIBINTL@