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

This commit is contained in:
dveditz%netscape.com 2001-04-17 12:46:17 +00:00
parent 8db6e2bbfe
commit e8af73b0d8
2 changed files with 3 additions and 3 deletions

View File

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

View File

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