diff --git a/mnemosyne.pl b/mnemosyne.pl index 0208e01..509ba66 100644 --- a/mnemosyne.pl +++ b/mnemosyne.pl @@ -129,7 +129,7 @@ sub scanmodule { if (exists $current{deps}) { my @deps; for ( split (/\s+/,$current{deps}) ) { - $_="SDECFG_$prefix\_$_" unless /^SDECFG/; + $_="SDECFG_$prefix\_$_" unless /^(SDECFG|CFGTEMP)/; if (/=/) { m/(.*?)(==|!=|=)(.*)/i;