2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fix a bug which prevented temporary files from being updated.

[SVN r20250]
This commit is contained in:
Vladimir Prus
2003-10-03 09:25:35 +00:00
parent 1367b86ed5
commit 78972dc992
2 changed files with 2 additions and 0 deletions

View File

@@ -432,6 +432,7 @@ make1b( state *pState )
case T_FATE_TOUCHED:
case T_FATE_MISSING:
case T_FATE_NEEDTMP:
case T_FATE_OUTDATED:
case T_FATE_UPDATE:

View File

@@ -432,6 +432,7 @@ make1b( state *pState )
case T_FATE_TOUCHED:
case T_FATE_MISSING:
case T_FATE_NEEDTMP:
case T_FATE_OUTDATED:
case T_FATE_UPDATE: