aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/makefile2
-rw-r--r--win32/makefile2
-rw-r--r--win32/scintilla.mak2
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 1befa1183..a730fe3fa 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -167,5 +167,5 @@ $(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER) $(LEX_OBJS)
$(COMPONENT): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER)
$(CXX) $(CXX_ALL_FLAGS) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(CONFIGLIB)
-# Automatically generate header dependencies with "make deps"
+# Automatically generate header dependencies with "make depend"
include deps.mak
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