Fixed the build without make depend.
This commit is contained in:
parent
525d857087
commit
1f9a5d348b
|
@ -30,3 +30,6 @@ SUBDIRS = tests
|
||||||
rsrc.res: mshtml.inf blank.htm
|
rsrc.res: mshtml.inf blank.htm
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
||||||
|
# note: this will get overwritten by make depend
|
||||||
|
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)
|
||||||
|
|
Loading…
Reference in New Issue