"test" in Solaris' /bin/sh does not support -e
commitc2eeb4dcfece31a90f7de168092f4dfeaab96f95
authorDennis Stosberg <dennis@stosberg.net>
Mon, 26 Jun 2006 08:27:54 +0000 (26 10:27 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:42 +0000 (2 17:14 -0700)
treeb51875215476522c8ce1184f3df00bcca3344fd4
parent71efe0ca3c9c8bc8e7863e583cd2a808769c3bab
"test" in Solaris' /bin/sh does not support -e

Running "make clean" currently fails:
  [ ! -e perl/Makefile ] || make -C perl/ clean
  /bin/sh: test: argument expected
  make: *** [clean] Error 1

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile