Fix typo.
authorBruno Haible <bruno@clisp.org>
Sat, 18 Jul 2009 15:13:00 +0000 (17:13 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jul 2009 15:13:00 +0000 (17:13 +0200)
ChangeLog
modules/pipe-tests

index 8164e11..dbafa7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/pipe-tests (Makefile.am): Fix typo.
+
 2009-07-18  Eric Blake  <ebb9@byu.net>
 
        error: fix mingw build
index 1371192..14d1e0f 100644 (file)
@@ -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@