Added DLL_LINK_LIBNAME and TDS to clean rule.

This commit is contained in:
Janet B. Anderson
2002-07-15 19:47:50 +00:00
parent f313d0cad7
commit aa8e1504dc

View File

@@ -159,7 +159,7 @@ endif
clean::
@echo "Cleaning"
@$(RM) *.i *$(OBJ) *.a $(TESTPRODNAME) $(LIBNAME) $(SHRLIBNAME)\
$(INC) *$(RES) $(TARGETS) \
$(INC) *$(RES) $(TARGETS) $(DLL_LINK_LIBNAME) $(TDS) \
*.out MakefileInclude \
$(COMMON_INC) $(HDEPENDS_FILES) $(PRODTARGETS)
ifdef BAF