From 47f0abec39db29aa41ea25a84fb03b8d16548daf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 2 Aug 2003 11:17:11 +0000 Subject: GCC3 mode and distclean target were broken svn-id: r9406 --- Makefile.common | 6 +++--- 1 file 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 -- cgit v1.2.3