Changeset 2950 in kBuild
- Timestamp:
- Sep 20, 2016 4:44:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/kDep.c
r2948 r2950 203 203 #endif 204 204 char *pszFilename; 205 #if ndef KMK205 #if !defined(KWORKER) && !defined(KMK) 206 206 struct stat s; 207 207 #endif … … 244 244 */ 245 245 #ifdef KWORKER 246 if ( kwFsPathExists(pszFilename))246 if (!kwFsPathExists(pszFilename)) 247 247 #elif defined(KMK) 248 248 if (!file_exists_p(pszFilename))
Note:
See TracChangeset
for help on using the changeset viewer.