Added -A option, like -d

This commit is contained in:
ceriel
1990-06-06 14:37:03 +00:00
parent bea95a4443
commit 8d1bb88fc9
2 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ do_option(text)
case 'P' : /* run preprocessor stand-alone, without #'s */
options[*(text-1)] = 1;
break;
case 'A' : /* for Amake */
case 'd' : /* dependency generation */
do_dependencies = 1;
if (*text) {