diff options
Diffstat (limited to 'gtk/makefile')
-rw-r--r-- | gtk/makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 7560e439a..685a11173 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -68,9 +68,7 @@ LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \ LexYAML.o #--Autogenerated -- end of automatically generated section -# The LEXOBJS have to be treated specially as the functions in them are not called from external code - -all: $(COMPLIB) $(LEXOBJS) +all: $(COMPLIB) clean: rm -f *.o $(COMPLIB) @@ -81,7 +79,8 @@ deps: $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ - RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o + RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + $(LEXOBJS) $(AR) rc $@ $^ $(RANLIB) $@ |