зеркало из https://github.com/mozilla/pjs.git
Fixing build bustage (evil trailing ^M's).
This commit is contained in:
Родитель
b46550c82f
Коммит
d97007e8b6
|
@ -24,7 +24,7 @@ DEPTH=..\..
|
|||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
DIRS= \
|
||||
public \
|
||||
public \
|
||||
!ifdef MOZ_NEW_CACHE
|
||||
src \
|
||||
!endif
|
||||
|
|
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче