From bee1aaa68d3dd8dc054f73718ceb04cd6ef197d3 Mon Sep 17 00:00:00 2001 From: "axel%pike.org" Date: Wed, 21 Mar 2001 18:54:02 +0000 Subject: [PATCH] not part of build;fixing 72436; bring Makefile uptodate, code by kvisco, r=me git-svn-id: svn://10.0.0.236/trunk@90006 18797224-902f-48f8-a5cc-f745e15eee43 --- .../transformiix/source/xml/dom/standalone/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile index 6f5df16d056..851505c5d29 100644 --- a/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile +++ b/mozilla/extensions/transformiix/source/xml/dom/standalone/Makefile @@ -1,10 +1,11 @@ #ifndef PROJ_PATH -BASE_PATH = ../../../base -DOM_PATH = . +ROOT_PATH = ../../.. +BASE_PATH = $(ROOT_PATH)/base +NET_PATH = $(ROOT_PATH)/net #endif -INCLUDE_PATHS = -I$(BASE_PATH) -I. -I- +INCLUDE_PATHS = -I$(BASE_PATH) -I$(NET_PATH) -I. -I- CC := $(CC) -g $(INCLUDE_PATHS)