From 509cc0afef07cd8912e18151a08190b58763360b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 25 Jun 2011 10:36:34 +1000 Subject: Fixed dependency. --- win32/scintilla.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 963be5a9b..8265c2968 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -455,7 +455,7 @@ $(DIR_O)\PerLine.obj: ../src/PerLine.cxx ../include/Platform.h \ ../src/Partitioning.h ../src/RunStyles.h ../src/PerLine.h $(DIR_O)\PlatWin.obj: PlatWin.cxx ../include/Platform.h \ ../src/UniConversion.h ../src/XPM.h -$(DIR_O)\PositionCache.obj: ../src/Editor.cxx ../include/Platform.h ../include/Scintilla.h \ +$(DIR_O)\PositionCache.obj: ../src/PositionCache.cxx ../include/Platform.h ../include/Scintilla.h \ ../src/ContractionState.h ../src/SVector.h ../src/SplitVector.h \ ../src/Partitioning.h ../src/CellBuffer.h ../src/KeyMap.h \ ../src/RunStyles.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \ -- cgit v1.2.3