[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/main.c between version 1.15 and 1.16

version 1.15, 1999/01/09 16:45:02 version 1.16, 1999/11/10 14:11:49
Line 140 
Line 140 
 char *                  chdir_verify_path __P((char *, char *));  char *                  chdir_verify_path __P((char *, char *));
 static int              ReadMakefile __P((ClientData, ClientData));  static int              ReadMakefile __P((ClientData, ClientData));
 static void             usage __P((void));  static void             usage __P((void));
   int                     main __P((int, char **));
   
 static char *curdir;                    /* startup directory */  static char *curdir;                    /* startup directory */
 static char *objdir;                    /* where we chdir'ed to */  static char *objdir;                    /* where we chdir'ed to */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16