2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fixed mkpatch typo

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@907 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
2000-10-16 20:57:56 +00:00
parent d620f2c724
commit 3be4abb087

View File

@@ -353,7 +353,7 @@ sub gen_drivers_Makefile
if (m@^mod-subdirs\s*:=@) {
$new_style = 1;
}
if ((! $new_style and m@^ALL_SUB_DIRS\s*:=@) or m@^nid0subdirs\s*:=@) {
if ((! $new_style and m@^ALL_SUB_DIRS\s*:=@) or m@^mod-subdirs\s*:=@) {
$pr1 = 1;
$sensors_present = 0;
while (m@\\$@) {