diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-07 17:36:43 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-07 17:36:43 +1000 |
| commit | 95d21718f867cd8ce39bd3ec14e6c473f2767151 (patch) | |
| tree | cc794ec53256743130a4f076647e9b8389f06c42 /gtk/makefile | |
| parent | fb79f322401ab6a776f4be06a4e0b4601409dcec (diff) | |
| download | scintilla-mirror-95d21718f867cd8ce39bd3ec14e6c473f2767151.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 \ |
