Use srcdir when calling midl

git-svn-id: svn://10.0.0.236/trunk@110756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2001-12-19 00:54:08 +00:00
parent 8a364561ea
commit 48a62bb15a
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ GARBAGE += $(MIDL_GENERATED_FILES)
include $(topsrcdir)/config/rules.mk
$(MIDL_GENERATED_FILES):
midl ISimpleDOMDocument.idl
midl $(srcdir)/ISimpleDOMDocument.idl
cp ISimpleDOMDocument.h ../..
cp ISimpleDOMDocument_i.c ../../ISimpleDOMDocument_iid.h

View File

@ -59,7 +59,7 @@ GARBAGE += $(MIDL_GENERATED_FILES)
include $(topsrcdir)/config/rules.mk
$(MIDL_GENERATED_FILES):
midl ISimpleDOMNode.idl
midl $(srcdir)/ISimpleDOMNode.idl
cp ISimpleDOMNode.h ../..
cp ISimpleDOMNode_i.c ../../ISimpleDOMNode_iid.h