You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/19 09:04:18 UTC

svn commit: r586285 - /apr/apr-util/trunk/test/Makefile.win

Author: wrowe
Date: Fri Oct 19 00:04:17 2007
New Revision: 586285

URL: http://svn.apache.org/viewvc?rev=586285&view=rev
Log:
Whoops - experimenting with cmd's v.s. make envvars

Modified:
    apr/apr-util/trunk/test/Makefile.win

Modified: apr/apr-util/trunk/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/Makefile.win?rev=586285&r1=586284&r2=586285&view=diff
==============================================================================
--- apr/apr-util/trunk/test/Makefile.win (original)
+++ apr/apr-util/trunk/test/Makefile.win Fri Oct 19 00:04:17 2007
@@ -144,7 +144,7 @@
 
 
 PATH=$(OUTDIR);..\$(OUTDIR);$(API_PATH)\$(OUTDIR);$(APR_PATH)\$(OUTDIR);$(PATH)
-set APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv
+APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv
 
 check: $(PROGRAMS) $(OTHER_PROGRAMS)
 	@for %p in ($(PROGRAMS)) do @( \