diff options
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 7d7d02789..668812553 100644 --- a/win32/makefile +++ b/win32/makefile @@ -117,7 +117,7 @@ $(LEXCOMPONENT): $(LOBJS) Scintilla.def $(LEXLIB): $(LEXOBJS) $(AR) rc $@ $^ - $(RANLIB) $@ + $(RANLIB) $@ # Automatically generate dependencies for most files with "make deps" include deps.mak |