changeset 10581:926fe01437f6

Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sun, 05 Oct 2008 16:37:45 +0200
parents 1d1803a475a9
children 738187526552
files ChangeLog modules/sched
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+	* modules/sched (Makefile.am): Fix typo.
+
 2008-10-05  Jim Meyering  <meyering@redhat.com>
 
 	bootstrap: check for LT_INIT, too
--- a/modules/sched
+++ b/modules/sched
@@ -11,7 +11,7 @@
 gl_SCHED_H
 
 Makefile.am:
-BUILT_SOURCES += $(SPAWN_H)
+BUILT_SOURCES += $(SCHED_H)
 
 # We need the following in order to create a replacement for <sched.h> when
 # the system doesn't have one.