Ignore:
Timestamp:
May 27, 2007, 1:19:22 AM (18 years ago)
Author:
bird
Message:

Always use the GNU make getopt stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/kmkbuiltin/install.c

    r809 r942  
    154154        optarg = NULL;
    155155        optopt = 0;
    156 #if defined(__FreeBSD__) || defined(__EMX__) || defined(__APPLE__)
    157         optreset = 1;
    158         optind = 1;
    159 #else
    160156        optind = 0; /* init */
    161 #endif
    162157
    163158        iflags = 0;
Note: See TracChangeset for help on using the changeset viewer.