From 2149123740e1c0f539389816a46640245aa09dd1 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Tue, 28 Feb 2006 04:21:26 +0000 Subject: Oops! Use a RELATIVE PATHNAME in the CVS tree, so this will work OOB. Sorry. Brain-dead. --- common/entities/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/entities/Makefile') diff --git a/common/entities/Makefile b/common/entities/Makefile index ca5e0e3..37b644c 100644 --- a/common/entities/Makefile +++ b/common/entities/Makefile @@ -41,7 +41,8 @@ HELPFMT ="%-23s\t| %s.\n" ####################################################################### ####################################################################### -FDPCOMMONDIR:=$(shell cd .. && /bin/pwd) +# FDPCOMMONDIR:=$(shell cd .. && /bin/pwd) +FDPCOMMONDIR:=../docs-common/common ####################################################################### ####################################################################### -- cgit