diff options
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index a995fa298..493cc30b6 100644 --- a/win32/makefile +++ b/win32/makefile @@ -55,7 +55,7 @@ LOBJS = ScintillaWinL.o ScintillaBaseL.o Editor.o Document.o \ $(LEXCOMPONENT): $(LOBJS) $(DLLWRAP) --target i386-mingw32 -o $@ $(LOBJS) $(LDFLAGS) -s --relocatable -# Automatically generate dependencies for most files with "make depends" +# Automatically generate dependencies for most files with "make depend" include depend # These dependencies are maintained by hand as they do not use the default output name |