Ignore:
Timestamp:
May 25, 2007, 12:39:22 AM (18 years ago)
Author:
bird
Message:

PATH_KBUILD and PATH_KBUILD_BIN improvements. Avoid LOCALEDIR, ALIASDIR, LIBDIR and INCLUDEDIR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/remake.c

    r910 r917  
    14571457  static char *dirs[] =
    14581458    {
     1459#ifdef KMK
     1460      ".",
     1461#else /* !KMK */
    14591462#ifndef _AMIGA
    14601463      "/lib",
     
    14691472#endif
    14701473      LIBDIR,                   /* Defined by configuration.  */
     1474#endif /* !KMK */
    14711475      0
    14721476    };
Note: See TracChangeset for help on using the changeset viewer.