Fix typo.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 14:37:45 +0000 (16:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 14:54:17 +0000 (16:54 +0200)
ChangeLog
modules/sched

index f06b946..d6f6d9b 100644 (file)
--- 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
index e125fba..d08f4f2 100644 (file)
@@ -11,7 +11,7 @@ configure.ac:
 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.