Errors from the DBD Parser should stop dbdExpand

Such errors used to be just warnings, now they stop the output
file being generated unless the -D flag was given.
This commit is contained in:
Andrew Johnson
2014-07-28 00:16:16 -05:00
parent a2d511b6e9
commit 163cf7971d
+1
View File
@@ -44,6 +44,7 @@ while (@ARGV) {
warn " Your Makefile may need this dependency rule:\n" .
" $dep: \$(COMMON_DIR)/$file\n"
if $@ =~ m/Can't find file/;
exit 1 unless $opt_D;
}
}