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 f06b946855fea2b3360ffd34945a5bca994303f7..d6f6d9b2b23337d66d9d0594f69bfb260aa70273 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 e125fba9a222d3ba74211c2c21fe42072d59b5ca..d08f4f286f74b3651a59f21457bed0a458870114 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.