aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2008-02-17 18:30:18 +0000
committerMax Horn2008-02-17 18:30:18 +0000
commit80b0d3275414011eda054087815c093e463ffc92 (patch)
treeb5095674edca1f98e0cfca47534641b9f53ffbf7 /Makefile.common
parent890bca8f7ec17d308733b5d740700807508868b9 (diff)
downloadscummvm-rg350-80b0d3275414011eda054087815c093e463ffc92.tar.gz
scummvm-rg350-80b0d3275414011eda054087815c093e463ffc92.tar.bz2
scummvm-rg350-80b0d3275414011eda054087815c093e463ffc92.zip
Delete .d dependency files in 'clean' target, not 'distclean'
svn-id: r30897
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8f7afcc372..e8e13cb63c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -64,10 +64,10 @@ $(EXECUTABLE): $(OBJS)
$(CXX) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
distclean: clean
- $(RM_REC) $(DEPDIRS)
$(RM) config.h config.mk config.log
clean:
+ $(RM_REC) $(DEPDIRS)
$(RM) $(OBJS) $(EXECUTABLE)
# Old (dumb) compile & dependcy rules