Changeset 1814 in kBuild for trunk/src/kmk
- Timestamp:
- Oct 10, 2008 6:09:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kbuild.c
r1812 r1814 1811 1811 pVar = kbuild_get_recursive_variable(pszSrcVar); 1812 1812 pOutput = do_variable_definition_2(NILF, pszDstVar, pVar->value, pVar->value_length, 1813 pVar->flavor == f_simple, 0, o_file, f_simple, 0 /* !target_var */);1813 !pVar->recursive, 0, o_file, f_simple, 0 /* !target_var */); 1814 1814 1815 1815 memcpy(pszSrc, "_OUTPUT_MAYBE", sizeof("_OUTPUT_MAYBE")); … … 1818 1818 if (pVar) 1819 1819 pOutputMaybe = do_variable_definition_2(NILF, pszDstVar, pVar->value, pVar->value_length, 1820 pVar->flavor == f_simple, 0, o_file, f_simple, 0 /* !target_var */);1820 !pVar->recursive, 0, o_file, f_simple, 0 /* !target_var */); 1821 1821 else 1822 1822 pOutputMaybe = do_variable_definition_2(NILF, pszDstVar, "", 0, 1, 0, o_file, f_simple, 0 /* !target_var */);
Note:
See TracChangeset
for help on using the changeset viewer.