diff options
| author | nyamatongwe <devnull@localhost> | 2001-04-15 00:56:14 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-04-15 00:56:14 +0000 |
| commit | 7a603c9ccf24b7b6935538ff7a85c588d4e877b5 (patch) | |
| tree | 13d749459b13e4d35790782c680739341b361ed0 | |
| parent | 44306cae2048fe46aaa1eac255195b0c95558b64 (diff) | |
| download | scintilla-mirror-7a603c9ccf24b7b6935538ff7a85c588d4e877b5.tar.gz | |
Fixed comment.
| -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 |
