053a906cca
ok alek@
21 lines
812 B
Plaintext
21 lines
812 B
Plaintext
$OpenBSD: patch-test_Makefile_in,v 1.2 2006/06/06 13:36:28 steven Exp $
|
|
--- test/Makefile.in.orig Tue May 30 01:07:36 2006
|
|
+++ test/Makefile.in Wed May 31 18:32:17 2006
|
|
@@ -147,6 +147,7 @@ CXXDEPMODE = @CXXDEPMODE@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DATA_DIR = @DATA_DIR@
|
|
+EXAMPLE_DIR = @EXAMPLE_DIR@
|
|
DB2X_TEXIXML = @DB2X_TEXIXML@
|
|
DB2X_XSLTPROC = @DB2X_XSLTPROC@
|
|
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
|
|
@@ -464,7 +465,7 @@ with_qhull_FALSE = @with_qhull_FALSE@
|
|
with_qhull_TRUE = @with_qhull_TRUE@
|
|
with_rpath_FALSE = @with_rpath_FALSE@
|
|
with_rpath_TRUE = @with_rpath_TRUE@
|
|
-examplesdir = $(DATA_DIR)/examples
|
|
+examplesdir = $(EXAMPLE_DIR)
|
|
scripts = test_c.sh $(am__append_1) $(am__append_2) $(am__append_3) \
|
|
$(am__append_4) $(am__append_5) $(am__append_6) \
|
|
$(am__append_7) $(am__append_8)
|