dbertoni 2003/06/30 13:58:12
Modified: c/src/xalanc Makefile.in
Log:
Fixed glitch with checking for the target directory.
Revision Changes Path
1.3 +1 -1 xml-xalan/c/src/xalanc/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.in 29 Jun 2003 05:15:14 -0000 1.2
+++ Makefile.in 30 Jun 2003 20:58:11 -0000 1.3
@@ -103,7 +103,7 @@
endif
endif
-ifneq ("$(shell cd $(XALANCROOT) && pwd)/src", "$(shell pwd)")
+ifneq ("$(shell cd $(XALANCROOT) && pwd)/src/xalanc", "$(shell pwd)")
OUTDIR := $(shell pwd)
else
OUTDIR = ${XALANCROOT}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]