From 780b37a0bb4002ec8d9d4c6c1ef8a5dc151ee9a2 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Thu, 6 Jun 2002 08:57:56 +0000 Subject: [PATCH] See changelog 2002-06-06 05:50 UTC-0300 --- harbour/utils/hbmake/hbmake.prg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index 496e39a9a2..dabd2f90ba 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -1082,7 +1082,7 @@ FUNCTION Compfiles() IF nPos > 0 cComm := aCommands[ nPos, 2 ] - + cold := ccomm ENDIF FOR nFiles := 1 TO Len( aRes ) @@ -1095,6 +1095,8 @@ FUNCTION Compfiles() ENDIF + ccomm := cold + NEXT ENDIF @@ -2210,6 +2212,7 @@ FUNCTION CompUpdatedfiles() IF nPos > 0 cComm := aCommands[ nPos, 2 ] + cold := ccomm ENDIF @@ -2222,7 +2225,7 @@ FUNCTION CompUpdatedfiles() ! ( cComm ) ENDIF - + ccomm := cold NEXT ENDIF