removed .d files when doing make clean

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-09-28 14:25:09 +00:00
parent a308135449
commit afb74fdd76

View File

@ -46,5 +46,5 @@ install_data:
done
clean:
rm -f $(OBJECTS) $(BIN_PROGRAM) $(RES_PROGRAM_OBJ) core
rm -f $(OBJECTS) $(DEPFILES) $(BIN_PROGRAM) $(RES_PROGRAM_OBJ) core