From c707f4aa25dcda8e5e1798e15c12ad73939089ec Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 28 Sep 2010 11:28:46 +0200 Subject: [PATCH] * fix typo in sys Jamfile --- sys/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Jamfile b/sys/Jamfile index 3966421631..5b64399ac2 100644 --- a/sys/Jamfile +++ b/sys/Jamfile @@ -30,7 +30,7 @@ SubDir TOP sys ; Module swtimer : swtimer.c : hwtimer ; Module posix_io : posix_io.c ; Module shell : shell.c : hashtable hash_string ; -Module ps : ps ; +Module ps : ps.c ; Module auto_init : auto_init.c ;