mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
GCC3 mode and distclean target were broken
svn-id: r9406
This commit is contained in:
parent
8762b47a11
commit
47f0abec39
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user