diff --git a/intl/uconv/idl/makefile.win b/intl/uconv/idl/makefile.win index ec2824ca4b08..316540b1f6a7 100644 --- a/intl/uconv/idl/makefile.win +++ b/intl/uconv/idl/makefile.win @@ -19,17 +19,14 @@ # # Contributor(s): +MODULE = uconv - -MODULE=uconv - -DEPTH=..\..\.. +DEPTH = ..\..\.. XPIDLSRCS = \ - .\nsITextToSubURI.idl \ - .\nsICurrentCharsetListener.idl \ - .\nsICharsetConverterManager2.idl \ - $(NULL) - + .\nsITextToSubURI.idl \ + .\nsICurrentCharsetListener.idl \ + .\nsICharsetConverterManager2.idl \ + $(NULL) include <$(DEPTH)/config/rules.mak>