From: Bruno Haible Date: Sun, 5 Oct 2008 14:37:45 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e91dc552b286177861c983619d8326ab0a2298e;p=pspp Fix typo. --- diff --git a/ChangeLog b/ChangeLog index f06b946855..d6f6d9b2b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-05 Bruno Haible + + * modules/sched (Makefile.am): Fix typo. + 2008-10-05 Jim Meyering bootstrap: check for LT_INIT, too diff --git a/modules/sched b/modules/sched index e125fba9a2..d08f4f286f 100644 --- a/modules/sched +++ b/modules/sched @@ -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 when # the system doesn't have one.