Fix make file build error. NOT YET PART OF THE BUILD

git-svn-id: svn://10.0.0.236/trunk@65582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com 2000-04-11 00:14:43 +00:00
parent 4c2d093bd1
commit 9366728ce4
4 changed files with 4 additions and 6 deletions

View File

@ -19,7 +19,7 @@
# Contributor(s):
#
DEPTH = ../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

View File

@ -19,7 +19,7 @@
#
# Contributor(s):
DEPTH=..\..
DEPTH=..\..\..\..
DIRS= skin

View File

@ -19,7 +19,7 @@
# Contributor(s):
#
DEPTH = ../../../..
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

View File

@ -19,9 +19,7 @@
#
# Contributor(s):
DEPTH=..\..\..\..
DIRS=win
DEPTH=..\..\..\..\..
include <$(DEPTH)\config\rules.mak>