diff --git a/netwerk/cache/Makefile.win b/netwerk/cache/Makefile.win index 3af6b8c37ff..a843959ed28 100755 --- a/netwerk/cache/Makefile.win +++ b/netwerk/cache/Makefile.win @@ -24,7 +24,7 @@ DEPTH=..\.. include <$(DEPTH)/config/config.mak> DIRS= \ - public \ + public \ !ifdef MOZ_NEW_CACHE src \ !endif diff --git a/netwerk/cache/public/Makefile.win b/netwerk/cache/public/Makefile.win index 7264a99d55a..2979a04e001 100755 --- a/netwerk/cache/public/Makefile.win +++ b/netwerk/cache/public/Makefile.win @@ -29,14 +29,14 @@ include <$(DEPTH)/config/config.mak> EXPORTS = \ $(NULL) -XPIDLSRCS = \ +XPIDLSRCS = \ !ifdef MOZ_OLD_CACHE .\nsICachedNetData.idl \ .\nsINetDataCacheManager.idl \ .\nsINetDataCache.idl \ .\nsINetDataCacheRecord.idl \ .\nsINetDataDiskCache.idl \ - .\nsIStreamAsFile.idl \ + .\nsIStreamAsFile.idl \ !endif !ifdef MOZ_NEW_CACHE .\nsICache.idl \