From: <and...@us...> - 2008-12-01 10:49:54
|
Revision: 9027 http://plplot.svn.sourceforge.net/plplot/?rev=9027&view=rev Author: andrewross Date: 2008-12-01 10:49:49 +0000 (Mon, 01 Dec 2008) Log Message: ----------- Fix two small bugs affecting the building and testing of the install tree examples. Modified Paths: -------------- trunk/examples/Makefile.examples trunk/plplot_test/plplot-test.sh.cmake Modified: trunk/examples/Makefile.examples =================================================================== --- trunk/examples/Makefile.examples 2008-11-28 19:38:00 UTC (rev 9026) +++ trunk/examples/Makefile.examples 2008-12-01 10:49:49 UTC (rev 9027) @@ -25,7 +25,7 @@ # convenience to the user for building all the examples without having # to invoke make in the individual sub-directories of examples. -SUBDIRS = c c++ f77 f95 tk java ada +SUBDIRS = c c++ f77 f95 tk java ada ocaml all clean: target=`echo $@`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ Modified: trunk/plplot_test/plplot-test.sh.cmake =================================================================== --- trunk/plplot_test/plplot-test.sh.cmake 2008-11-28 19:38:00 UTC (rev 9026) +++ trunk/plplot_test/plplot-test.sh.cmake 2008-12-01 10:49:49 UTC (rev 9027) @@ -178,7 +178,7 @@ @PLPLOT_OCTAVE_DIR@/support:\ @OCTAVE_M_DIR@/PLplot:\ @OCTAVE_OCT_DIR@: -PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH +PATH=$EXAMPLES_DIR/../utils:@BIN_DIR@:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir adadir ocamldir PATH fe="" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |