summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-12-26 21:40:46 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-12-26 21:40:46 +0000
commit1183aefcdcefa539d404d1170a16e17d14bf2a2c (patch)
tree28a22a0efa0de6bc6ed175ca738f7ffc5b4277e4 /test/Makefile.win
parent2950fc4d5c4aa3d94372b69e1ae538c751c16986 (diff)
downloadapr-1183aefcdcefa539d404d1170a16e17d14bf2a2c.tar.gz
win32 find.exe != bsd/gnu find, and we want the native flavor.
This fails on ancient OS's, but then again, ancient flavors won't be compiling to x64. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@606955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 4050c9aac..2e7842f16 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -33,7 +33,8 @@ OUTDIR=LibR
OUTDIR=Release
!ENDIF
-!IF [$(COMSPEC) /c cl /nologo /? | find "x64" >NUL ] == 0
+!IF [$(COMSPEC) /c cl /nologo /? \
+ | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
OUTDIR=x64\$(OUTDIR)
!ENDIF
!ENDIF