From dc93a9042fb8b7fa7092ff8b90e203436ddfb6ba Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Jun 2010 00:19:25 +0000 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 c5ea8001c..7a7e1ace9 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -274,7 +274,6 @@ def RegenerateAll(): # Use Unix EOLs for gtk Makefiles so they work for Linux users when # extracted from the Scintilla source ZIP (typically created on # Windows). - Regenerate(root + "scintilla/gtk/makefile", "#", LF, lexFiles) Regenerate(root + "scintilla/macosx/makefile", "#", LF, lexFiles) if os.path.exists(root + "scite"): Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles) -- cgit v1.2.3