Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk

This commit is contained in:
bruce%cybersight.com 1999-06-27 05:47:04 +00:00
Родитель 667ad3d0e5
Коммит cbeef0eae2
14 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

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