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 8164e1100bbbb2214e84bf0e0c109a8e200419cb..dbafa7dd702742a9cbcd479a6c05593cf0271aed 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 1371192dbcd574f0d639be2486aca632e5d2a425..14d1e0fef15cea27ffcde1028d6b56f431225faa 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@