Fixing build bustage (evil trailing ^M's).

This commit is contained in:
dveditz%netscape.com 2001-04-17 12:46:17 +00:00
Родитель b46550c82f
Коммит d97007e8b6
2 изменённых файлов: 3 добавлений и 3 удалений

2
netwerk/cache/Makefile.win поставляемый
Просмотреть файл

@ -24,7 +24,7 @@ DEPTH=..\..
include <$(DEPTH)/config/config.mak> include <$(DEPTH)/config/config.mak>
DIRS= \ DIRS= \
public \ public \
!ifdef MOZ_NEW_CACHE !ifdef MOZ_NEW_CACHE
src \ src \
!endif !endif

4
netwerk/cache/public/Makefile.win поставляемый
Просмотреть файл

@ -29,14 +29,14 @@ include <$(DEPTH)/config/config.mak>
EXPORTS = \ EXPORTS = \
$(NULL) $(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
!ifdef MOZ_OLD_CACHE !ifdef MOZ_OLD_CACHE
.\nsICachedNetData.idl \ .\nsICachedNetData.idl \
.\nsINetDataCacheManager.idl \ .\nsINetDataCacheManager.idl \
.\nsINetDataCache.idl \ .\nsINetDataCache.idl \
.\nsINetDataCacheRecord.idl \ .\nsINetDataCacheRecord.idl \
.\nsINetDataDiskCache.idl \ .\nsINetDataDiskCache.idl \
.\nsIStreamAsFile.idl \ .\nsIStreamAsFile.idl \
!endif !endif
!ifdef MOZ_NEW_CACHE !ifdef MOZ_NEW_CACHE
.\nsICache.idl \ .\nsICache.idl \