Add rules to remove generated header files in clobber and clobber_all.

git-svn-id: svn://10.0.0.236/trunk@33549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-06-03 19:01:19 +00:00
parent 921259705c
commit 600dee2ecb

View File

@ -707,9 +707,11 @@ install:: $(XPIDL_GEN_DIR) $(TYPELIB)
GARBAGE=$(GARBAGE) $(XPIDL_GEN_DIR) $(DIST)\bin\components\$(MODULE).xpt
clobber::
-for %g in ($(XPIDLSRCS:.idl=.h)) do $(RM) $(XPDIST:/=\)\include\%g
-$(RM_R) $(GARBAGE) 2> NUL
clobber_all::
-for %g in ($(XPIDLSRCS:.idl=.h)) do $(RM) $(XPDIST:/=\)\include\%g
-$(RM_R) $(GARBAGE) 2> NUL
GARBAGE=$(GARBAGE) $(XPIDL_GEN_DIR) $(DIST)\bin\components\$(XPIDL_MODULE).xpt