diff options
author | bde <bde@FreeBSD.org> | 1996-08-31 14:22:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-08-31 14:22:33 +0000 |
commit | f8b5cfc537cc8181d579a4fd086b618c24806f74 (patch) | |
tree | 1aebd1f80d333a70befff7de77f1c984c72d1c29 /usr.bin/make | |
parent | 24874ef73232f94225a152beb54feb825cb4f47c (diff) | |
download | FreeBSD-src-f8b5cfc537cc8181d579a4fd086b618c24806f74.zip FreeBSD-src-f8b5cfc537cc8181d579a4fd086b618c24806f74.tar.gz |
Fixed a missing colon in `notyet' code.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |