From 5ea979399699438b21a09c24f49ff878cb8494c2 Mon Sep 17 00:00:00 2001 From: "markh%activestate.com" Date: Fri, 6 Apr 2001 04:10:19 +0000 Subject: [PATCH] Fix .xpt building problem. Not part of the build. --- extensions/python/xpcom/test/test_component/makefile.win | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/extensions/python/xpcom/test/test_component/makefile.win b/extensions/python/xpcom/test/test_component/makefile.win index f881e8a9f7dc..ecaf47acf0e1 100644 --- a/extensions/python/xpcom/test/test_component/makefile.win +++ b/extensions/python/xpcom/test/test_component/makefile.win @@ -17,13 +17,13 @@ # DEPTH =..\..\..\..\.. -MODULE=py_test_component +MODULE=pyxpcom_test ################################################################################ ## exports XPIDLSRCS = \ - py_test_component.idl \ + .\py_test_component.idl \ $(NULL) ################################################################################ @@ -35,6 +35,5 @@ install:: $(MAKE_INSTALL) ./py_test_component.py $(DIST)\bin\components clobber:: - $(RM) py_test_component.xpt $(RM) $(DIST)\bin\components\py_test_component.py - $(RM) $(DIST)\bin\components\py_test_component.xpt + $(RM) $(DIST)\bin\components\pyxpcom_test.xpt