Use ksh on solaris since the default sh is broken.

Fixing tinderbox bustage.
This commit is contained in:
cls%seawood.org 2004-04-09 04:45:29 +00:00
parent 051a7b9098
commit 32d7590fed

View File

@ -26,6 +26,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# Solaris' sh blows
ifeq ($(OS_ARCH),SunOS)
SHELL := ksh
endif
BUILD_DATE = gbdate.h
BUILD_DATE_TS = gbdate.tstamp