fix depth for windows and unix makefiles

This commit is contained in:
bienvenu%netscape.com 1999-08-02 18:36:39 +00:00
parent 71de21a122
commit a6d3f31afb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@

View File

@ -15,7 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH=..\..\..\..
DEPTH=..\..\..\..\..
include <$(DEPTH)\config\rules.mak>