From ec1eff769370b6c33c37bd3a5297beb7cbc28246 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Jul 2010 22:01:54 +1000 Subject: Using Make functions to avoid regenerating makefile when set of lexers changed. --- src/LexGen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/LexGen.py b/src/LexGen.py index 6f588f4ac..295e484ab 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -290,7 +290,6 @@ def RegenerateAll(): print(propFiles) Regenerate(root + "scintilla/src/Catalogue.cxx", "//", NATIVE, lexerModules) - Regenerate(root + "scintilla/win32/makefile", "#", NATIVE, lexFiles) Regenerate(root + "scintilla/win32/scintilla.mak", "#", NATIVE, lexFiles) Regenerate(root + "scintilla/win32/scintilla_vc6.mak", "#", NATIVE, lexFiles) # Use Unix EOLs for gtk Makefiles so they work for Linux users when -- cgit v1.2.3