Fix .xpt building problem. Not part of the build.

This commit is contained in:
markh%activestate.com 2001-04-06 04:10:19 +00:00
Родитель d617e6fb40
Коммит 5ea9793996
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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