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>
DIRS= \
public \
public \
!ifdef MOZ_NEW_CACHE
src \
!endif

4
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 \