projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a0340
)
Fix typo.
author
Bruno Haible
<bruno@clisp.org>
Sat, 18 Jul 2009 15:13:00 +0000
(17:13 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 18 Jul 2009 15:13:00 +0000
(17:13 +0200)
ChangeLog
patch
|
blob
|
history
modules/pipe-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/modules/pipe-tests
b/modules/pipe-tests
index 1371192dbcd574f0d639be2486aca632e5d2a425..14d1e0fef15cea27ffcde1028d6b56f431225faa 100644
(file)
--- 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@