changeset 30272:31f89a34eeef

Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sun, 05 Oct 2008 16:37:45 +0200
parents f3f743668c73
children c9ca8a5f6680
files ChangeLog modules/sched
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 05 14:11:23 2008 +0200
+++ b/ChangeLog	Sun Oct 05 16:37:45 2008 +0200
@@ -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	Sun Oct 05 14:11:23 2008 +0200
+++ b/modules/sched	Sun Oct 05 16:37:45 2008 +0200
@@ -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.