From 21cee2677c4a480f00675cdc9160e5d7e97e7122 Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 16 Jan 2003 04:39:25 +0000 Subject: *** empty log message *** --- (limited to 'scripts') diff --git a/scripts/deps.pl b/scripts/deps.pl index feced6e..a219e36 100755 --- a/scripts/deps.pl +++ b/scripts/deps.pl @@ -53,7 +53,7 @@ sub makedepends ($$) if(defined(${$tokenpath}{"CONFIG_" . $_})){ print '$(if $(CONFIG_' . $_ . '),' . ${$tokenpath}{"CONFIG_" . $_} . ') '; } else { - print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; +# print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; } } print "\n"; -- cgit v0.9.0.2