Add missing dependency for proper junction point support (when cherry-picking patches).

This commit is contained in:
Erich E. Hoover 2014-12-10 18:20:52 -07:00
parent 5bb17cb9ed
commit 2a4af68e93
2 changed files with 2 additions and 1 deletions

View File

@ -954,7 +954,7 @@ ntdll-Heap_FreeLists.ok:
# | include/ntifs.h
# |
.INTERMEDIATE: ntdll-Junction_Points.ok
ntdll-Junction_Points.ok: ntdll-Fix_Free.ok
ntdll-Junction_Points.ok: ntdll-Fix_Free.ok ntdll-DOS_Attributes.ok
$(call APPLY_FILE,ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch)
$(call APPLY_FILE,ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-junction-points.patch)
$(call APPLY_FILE,ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-junction-points.patch)

View File

@ -1,2 +1,3 @@
Depends: ntdll-Fix_Free
Depends: ntdll-DOS_Attributes
Fixes: [12401] Support for Junction Points