From 66c621beb24e42eb3d4e729a3a883c3269a8aef9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 21 Aug 2007 16:58:16 +0000 Subject: keep module in dependencies list even if it has no dependencies (to keep track of its filename) --- mdk-stage1/modules.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 26fcde5ff..675d4f03c 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -136,10 +136,6 @@ static int load_modules_dependencies(void) ptr++; while (*ptr && (*ptr == ' ')) ptr++; - if (!*ptr) { - start = end + 1; - continue; - } /* sort of a good line */ modules_deps[line].filename = strdup(start); -- cgit v1.2.1