diff options
-rw-r--r-- | Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index 4262c9df30..dae682ef71 100644 --- a/Makefile.common +++ b/Makefile.common @@ -87,12 +87,12 @@ clean: #$(OBJS): $(INCS) -ifndef HAVE_GCC3 -# If you use GCC, disable the above and enable this for intelligent -# dependency tracking. DEPDIRS = $(addsuffix /$(DEPDIR),$(MODULES)) DEPFILES = $(wildcard $(addsuffix /*.d,$(DEPDIRS))) +ifndef HAVE_GCC3 +# If you use GCC, disable the above and enable this for intelligent +# dependency tracking. .cpp.o: $(MKDIR) $(*D)/$(DEPDIR) $(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d2" $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o |