diff --git a/mozilla/editor/txmgr/Makefile b/mozilla/editor/txmgr/Makefile index afe6eeaaadd..4469ce304d1 100644 --- a/mozilla/editor/txmgr/Makefile +++ b/mozilla/editor/txmgr/Makefile @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = .. +DEPTH = ../.. DIRS = public src diff --git a/mozilla/editor/txmgr/Makefile.in b/mozilla/editor/txmgr/Makefile.in index 6903f7b1553..02d34bc85dc 100644 --- a/mozilla/editor/txmgr/Makefile.in +++ b/mozilla/editor/txmgr/Makefile.in @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = .. +DEPTH = ../.. topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ diff --git a/mozilla/editor/txmgr/makefile.win b/mozilla/editor/txmgr/makefile.win index f1e7ad71a77..afb09e0a2bf 100644 --- a/mozilla/editor/txmgr/makefile.win +++ b/mozilla/editor/txmgr/makefile.win @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=.. +DEPTH=..\.. IGNORE_MANIFEST=1 DIRS=public src diff --git a/mozilla/editor/txmgr/public/Makefile b/mozilla/editor/txmgr/public/Makefile index 5f1189d9ebe..3273570e24d 100644 --- a/mozilla/editor/txmgr/public/Makefile +++ b/mozilla/editor/txmgr/public/Makefile @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=../.. +DEPTH=../../.. EXPORTS = \ nsITransaction.h \ diff --git a/mozilla/editor/txmgr/public/Makefile.in b/mozilla/editor/txmgr/public/Makefile.in index da09e668ccb..bc1d207b04d 100644 --- a/mozilla/editor/txmgr/public/Makefile.in +++ b/mozilla/editor/txmgr/public/Makefile.in @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=../.. +DEPTH=../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/mozilla/editor/txmgr/public/makefile.win b/mozilla/editor/txmgr/public/makefile.win index 34e5c762efa..31225e23ddc 100644 --- a/mozilla/editor/txmgr/public/makefile.win +++ b/mozilla/editor/txmgr/public/makefile.win @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=..\.. +DEPTH=..\..\.. IGNORE_MANIFEST=1 EXPORTS = \ diff --git a/mozilla/editor/txmgr/src/Makefile b/mozilla/editor/txmgr/src/Makefile index 652009a2e03..79df3d84c54 100644 --- a/mozilla/editor/txmgr/src/Makefile +++ b/mozilla/editor/txmgr/src/Makefile @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=../.. +DEPTH=../../.. LIBRARY_NAME = txmgr diff --git a/mozilla/editor/txmgr/src/Makefile.in b/mozilla/editor/txmgr/src/Makefile.in index a76be817956..06a0ebf6479 100644 --- a/mozilla/editor/txmgr/src/Makefile.in +++ b/mozilla/editor/txmgr/src/Makefile.in @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=../.. +DEPTH=../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ diff --git a/mozilla/editor/txmgr/src/makefile.win b/mozilla/editor/txmgr/src/makefile.win index bffabd04c48..75002d0f183 100644 --- a/mozilla/editor/txmgr/src/makefile.win +++ b/mozilla/editor/txmgr/src/makefile.win @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=..\.. +DEPTH=..\..\.. IGNORE_MANIFEST=1 LIBRARY_NAME=ender