From 454f40052a75a6f45099d46fa12524ccdb7da8a5 Mon Sep 17 00:00:00 2001 From: Bruce Evans 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 03a62da968fa..971eadd63541 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.3