зеркало из 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>
|
include <$(DEPTH)/config/config.mak>
|
||||||
|
|
||||||
DIRS= \
|
DIRS= \
|
||||||
public \
|
public \
|
||||||
!ifdef MOZ_NEW_CACHE
|
!ifdef MOZ_NEW_CACHE
|
||||||
src \
|
src \
|
||||||
!endif
|
!endif
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче