Changeset 508
- Timestamp:
- Mon Jul 28 14:27:38 2008
- Files:
-
- trunk/bindepend.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/bindepend.py
r485 r508 334 334 if m: 335 335 name, lib = m.group(1), m.group(2) 336 if name[:10] == 'linux-gate':336 if name[:10] in ('linux-gate', 'linux-vdso'): 336 336 # linux-gate is a fake library which does not exist and 337 337 # should be ignored. See also:
