Commit 21ab1237 authored by Richard Levitte's avatar Richard Levitte
Browse files

If the target is an old style debug- target, it will not have debugging [cl]flags

parent 5e5d53d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1196,6 +1196,7 @@ if ($d) {
&usage if (!defined($table{$target})
	   || $table{$target}->{template}
	   || ($build_prefix eq "debug_"
	       && $target !~ /^debug-/
	       && !($table{$target}->{debug_cflags}
		    || $table{$target}->{debug_lflags})));