Delete .d dependency files in 'clean' target, not 'distclean'
svn-id: r30897
This commit is contained in:
parent
890bca8f7e
commit
80b0d32754
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue