summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2009-02-02 06:25:57 +0000
committerfjoe <fjoe@FreeBSD.org>2009-02-02 06:25:57 +0000
commit3a68abc6f48c1d779e786dd44010f3288da4fda3 (patch)
tree7ad1350fdde1fd0498185f913714ebbecb841e99 /usr.bin
parent9d78a7fce3733615de73138e344888395ba055db (diff)
downloadFreeBSD-src-3a68abc6f48c1d779e786dd44010f3288da4fda3.zip
FreeBSD-src-3a68abc6f48c1d779e786dd44010f3288da4fda3.tar.gz
Remove duplicate OPTFLAGS definition.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index bf88364..6ccc59b 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) {
OpenPOWER on IntegriCloud