diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 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 |