зеркало из https://github.com/mozilla/gecko-dev.git
Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk
This commit is contained in:
Родитель
667ad3d0e5
Коммит
cbeef0eae2
|
@ -59,4 +59,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -51,4 +51,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -59,7 +59,7 @@ EXTRA_DSO_LDOPTS = \
|
|||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),HP-UX)
|
||||
shared_library_objs: $(SHARED_LIBRARY_LIBS)
|
||||
|
|
|
@ -39,4 +39,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -48,6 +48,6 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
|
|
|
@ -39,4 +39,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,4 +44,4 @@ endif
|
|||
|
||||
TARGET = $(LIBARY)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -41,4 +41,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,4 +44,4 @@ endif
|
|||
|
||||
TARGET = $(LIBARY)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -48,4 +48,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -52,4 +52,4 @@ endif
|
|||
|
||||
TARGET = $(LIBARY)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -43,4 +43,4 @@ endif
|
|||
|
||||
TARGET = $(LIBARY)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -36,4 +36,4 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -48,6 +48,6 @@ ifndef NECKO
|
|||
PUBLIC = $(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче