Add dep tracking for local compile rule

This commit is contained in:
cls%seawood.org 2001-04-05 10:06:37 +00:00
parent fad41a262f
commit 5ff019a233

View File

@ -49,6 +49,7 @@ DEFINES += -DSTANDALONE_REGISTRY
# Make sure that these custom rules stay in sync with rules.mk
S_%.$(OBJ_SUFFIX): $(srcdir)/../src/%.c
$(REPORT_BUILD)
@$(MAKE_DEPS)
ifeq ($(MOZ_OS2_TOOLS), VACPP)
$(ELOG) $(CC) -Fo$@ -c $(COMPILE_CFLAGS) $<
else