diff options
| author | Unknown <nyamatongwe@gmail.com> | 2013-08-07 17:36:43 +1000 |
|---|---|---|
| committer | Unknown <nyamatongwe@gmail.com> | 2013-08-07 17:36:43 +1000 |
| commit | 38a3460fa6a78faebc3cdf81c391848edabb53b3 (patch) | |
| tree | a972c839da24361f4971bb45ac6f72dc4b8a6d13 /gtk/makefile | |
| parent | 3d10a17720412aa7776b72966b39b912f3d4363b (diff) | |
| download | scintilla-mirror-38a3460fa6a78faebc3cdf81c391848edabb53b3.tar.gz | |
Include lexlib and lexers directory in make dependencies.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index cbf89106e..3c2651ed4 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -86,7 +86,7 @@ analyze: clang --analyze $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx deps: - $(CC) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak + $(CC) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak $(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \ |
