From 3a68abc6f48c1d779e786dd44010f3288da4fda3 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 2 Feb 2009 06:25:57 +0000 Subject: [PATCH] Remove duplicate OPTFLAGS definition. --- usr.bin/make/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index bf88364c2908..6ccc59bb781a 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -371,7 +371,6 @@ MainParseArgs(int argc, char **argv) rearg: optind = 1; /* since we're called more than once */ optreset = 1; -#define OPTFLAGS "ABC:D:E:I:PSV:Xd:ef:ij:km:nQpqrstvx:" #define OPTFLAGS "ABC:D:d:E:ef:I:ij:km:nPpQqrSstV:vXx:" for (;;) { if ((optind < argc) && strcmp(argv[optind], "--") == 0) {