From cbeef0eae289f5b9f3b8f665c1fa32c97619ceb0 Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Sun, 27 Jun 1999 05:47:04 +0000 Subject: [PATCH] Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk --- netwerk/base/public/Makefile.in | 2 +- netwerk/base/src/Makefile.in | 2 +- netwerk/build/Makefile.in | 2 +- netwerk/dns/public/Makefile.in | 2 +- netwerk/dns/src/Makefile.in | 2 +- netwerk/protocol/file/public/Makefile.in | 2 +- netwerk/protocol/file/src/Makefile.in | 2 +- netwerk/protocol/ftp/public/Makefile.in | 2 +- netwerk/protocol/ftp/src/Makefile.in | 2 +- netwerk/protocol/http/public/Makefile.in | 2 +- netwerk/protocol/http/src/Makefile.in | 2 +- netwerk/protocol/resource/src/Makefile.in | 2 +- netwerk/util/public/Makefile.in | 2 +- netwerk/util/src/Makefile.in | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/netwerk/base/public/Makefile.in b/netwerk/base/public/Makefile.in index 693e482e64e5..720d40c225c6 100644 --- a/netwerk/base/public/Makefile.in +++ b/netwerk/base/public/Makefile.in @@ -59,4 +59,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/base/src/Makefile.in b/netwerk/base/src/Makefile.in index 1010167babb9..b22117b15ee7 100644 --- a/netwerk/base/src/Makefile.in +++ b/netwerk/base/src/Makefile.in @@ -51,4 +51,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/build/Makefile.in b/netwerk/build/Makefile.in index 6026fcdc2588..23cf80291c31 100644 --- a/netwerk/build/Makefile.in +++ b/netwerk/build/Makefile.in @@ -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) diff --git a/netwerk/dns/public/Makefile.in b/netwerk/dns/public/Makefile.in index 07ec755c852c..9bf8de370576 100644 --- a/netwerk/dns/public/Makefile.in +++ b/netwerk/dns/public/Makefile.in @@ -39,4 +39,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/dns/src/Makefile.in b/netwerk/dns/src/Makefile.in index d512d2a07682..e347b3324f5b 100644 --- a/netwerk/dns/src/Makefile.in +++ b/netwerk/dns/src/Makefile.in @@ -48,6 +48,6 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/file/public/Makefile.in b/netwerk/protocol/file/public/Makefile.in index 6cbc48c0c211..e6260ab33743 100644 --- a/netwerk/protocol/file/public/Makefile.in +++ b/netwerk/protocol/file/public/Makefile.in @@ -39,4 +39,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/file/src/Makefile.in b/netwerk/protocol/file/src/Makefile.in index c63748169515..01b73365c42b 100644 --- a/netwerk/protocol/file/src/Makefile.in +++ b/netwerk/protocol/file/src/Makefile.in @@ -44,4 +44,4 @@ endif TARGET = $(LIBARY) -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/ftp/public/Makefile.in b/netwerk/protocol/ftp/public/Makefile.in index 3b63c1aa5461..3bccf584a18f 100644 --- a/netwerk/protocol/ftp/public/Makefile.in +++ b/netwerk/protocol/ftp/public/Makefile.in @@ -41,4 +41,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/ftp/src/Makefile.in b/netwerk/protocol/ftp/src/Makefile.in index 762301bd79af..2d91fc7e9a1c 100644 --- a/netwerk/protocol/ftp/src/Makefile.in +++ b/netwerk/protocol/ftp/src/Makefile.in @@ -44,4 +44,4 @@ endif TARGET = $(LIBARY) -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/http/public/Makefile.in b/netwerk/protocol/http/public/Makefile.in index 617267037b83..2e06448c43bf 100644 --- a/netwerk/protocol/http/public/Makefile.in +++ b/netwerk/protocol/http/public/Makefile.in @@ -48,4 +48,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/http/src/Makefile.in b/netwerk/protocol/http/src/Makefile.in index fed20aed25d1..a36cc59af0c3 100644 --- a/netwerk/protocol/http/src/Makefile.in +++ b/netwerk/protocol/http/src/Makefile.in @@ -52,4 +52,4 @@ endif TARGET = $(LIBARY) -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/protocol/resource/src/Makefile.in b/netwerk/protocol/resource/src/Makefile.in index 1a4e580f9c5b..b8de1852be82 100644 --- a/netwerk/protocol/resource/src/Makefile.in +++ b/netwerk/protocol/resource/src/Makefile.in @@ -43,4 +43,4 @@ endif TARGET = $(LIBARY) -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/util/public/Makefile.in b/netwerk/util/public/Makefile.in index 1f42467a85f6..7d1b52c9c774 100644 --- a/netwerk/util/public/Makefile.in +++ b/netwerk/util/public/Makefile.in @@ -36,4 +36,4 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk diff --git a/netwerk/util/src/Makefile.in b/netwerk/util/src/Makefile.in index a1d88a2921ec..b24bd3363abb 100644 --- a/netwerk/util/src/Makefile.in +++ b/netwerk/util/src/Makefile.in @@ -48,6 +48,6 @@ ifndef NECKO PUBLIC = $(DEPTH)/netwerk/dist/include endif -include $(DEPTH)/config/rules.mk +include $(topsrcdir)/config/rules.mk