VirtualBox

Changeset 919 in kBuild for trunk


Ignore:
Timestamp:
May 24, 2007 10:45:29 PM (18 years ago)
Author:
bird
Message:

Avoid LOCALEDIR, ALIASDIR, LIBDIR and INCLUDEDIR.

Location:
trunk/src/gmakenew
Files:
2 edited

Legend:

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

    r917 r919  
    100100# define INCLUDEDIR "."
    101101#endif
     102# ifdef INCLUDEDIR  /* bird */
    102103    INCLUDEDIR,
     104# else              /* bird */
     105    ".",            /* bird */
     106# endif             /* bird */
    103107#ifndef _AMIGA
    104108    "/usr/gnu/include",
  • trunk/src/gmakenew/remake.c

    r917 r919  
    14711471#define LIBDIR "."
    14721472#endif
     1473# ifdef LIBDIR      /* bird */
    14731474      LIBDIR,                   /* Defined by configuration.  */
     1475# else              /* bird */
     1476      ".",          /* bird */
     1477# endif             /* bird */
    14741478#endif /* !KMK */
    14751479      0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette