Use srcdir when calling midl

This commit is contained in:
seawood%netscape.com 2001-12-19 00:54:08 +00:00
parent 775b16832c
commit 5a3236c910
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