aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/makefile2
-rw-r--r--win32/scintilla.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile
index 430261f3e..5bb146056 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -131,7 +131,7 @@ $(LIBSCI): $(COMPONENT_OBJS)
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
-# Automatically generate dependencies for most files with "make deps"
+# Automatically generate dependencies for most files with "make depend"
include deps.mak
$(DIR_O)/ScintRes.o: ScintRes.rc
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 51f34bcc3..9b0edd6d0 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -138,7 +138,7 @@ $(LIBSCI): $(COMPONENT_OBJS)
!IF EXISTS(nmdeps.mak)
-# Protect with !IF EXISTS to handle accidental deletion - just 'nmake -f scintilla.mak deps'
+# Protect with !IF EXISTS to handle accidental deletion - just 'nmake -f scintilla.mak depend'
!INCLUDE nmdeps.mak