VirtualBox

Changeset 1954 in kBuild for trunk/src


Ignore:
Timestamp:
Oct 26, 2008 6:12:23 AM (17 years ago)
Author:
bird
Message:

commands.c: Fixed typo preventing detection of $(MAKE) and the setting of COMMANDS_RECURSE. Regression from $(KMK).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/commands.c

    r1951 r1954  
    453453#else
    454454          && (strstr (p, "$(KMK)") != 0 || strstr (p, "${KMK}") != 0 ||
    455               strstr (p, "${MAKE}") != 0 || strstr (p, "${MAKE}") != 0))
     455              strstr (p, "$(MAKE)") != 0 || strstr (p, "${MAKE}") != 0))
    456456#endif
    457457        flags |= COMMANDS_RECURSE;
Note: See TracChangeset for help on using the changeset viewer.

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