Adding purify cruft to GARBAGE rule.

This commit is contained in:
mcafee%netscape.com 1999-02-06 06:37:35 +00:00
parent c05eafb8d4
commit 43896b1be5

View File

@ -692,7 +692,7 @@ DEFINES += -DMOZ_USER_DIR=$(MOZ_USER_DIR)
######################################################################
GARBAGE = $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err)
GARBAGE = $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o)
ifndef SDK
SDK = $(DEPTH)/dist/sdk