From f8b5cfc537cc8181d579a4fd086b618c24806f74 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 31 Aug 1996 14:22:33 +0000 Subject: Fixed a missing colon in `notyet' code. --- usr.bin/make/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 03a62da..971eadd 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -155,7 +155,7 @@ MainParseArgs(argc, argv) optind = 1; /* since we're called more than once */ #ifdef notyet -# define OPTFLAGS "BD:I:L:PSVd:ef:ij:knqrst" +# define OPTFLAGS "BD:I:L:PSV:d:ef:ij:knqrst" #else # define OPTFLAGS "D:I:V:d:ef:ij:knqrst" #endif -- cgit v1.1