Ignore:
Timestamp:
Dec 17, 2006, 3:12:07 AM (19 years ago)
Author:
bird
Message:

The target _PATH property should be working now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/function.c

    r725 r729  
    19331933/* Return the absolute name of file NAME which does not contain any `.',
    19341934   `..' components nor any repeated path separators ('/').   */
    1935 
    1936 static char *
     1935#ifdef KMK
     1936char *
     1937#else
     1938static char *
     1939#endif
    19371940abspath (const char *name, char *apath)
    19381941{
     
    24542457  { STRING_SIZE_TUPLE("kb-obj-base"),   1,  1,  0,  func_kbuild_object_base},
    24552458  { STRING_SIZE_TUPLE("kb-obj-suff"),   1,  1,  0,  func_kbuild_object_suffix},
    2456   { STRING_SIZE_TUPLE("kb-src-prop"),   3,  3,  0,  func_kbuild_source_prop},
    2457   { STRING_SIZE_TUPLE("kb-src-one"),    1,  1,  0,  func_kbuild_source_one},
     2459  { STRING_SIZE_TUPLE("kb-src-prop"),   4,  4,  0,  func_kbuild_source_prop},
     2460  { STRING_SIZE_TUPLE("kb-src-one"),    0,  1,  0,  func_kbuild_source_one},
    24582461#endif
    24592462};
Note: See TracChangeset for help on using the changeset viewer.