Change "if SUN" conditionals in remaining Makefile.am files to "if SOLARIS"

This commit is contained in:
Jon Trulson
2019-10-28 18:53:22 -06:00
parent 24171c3194
commit 730da7747c
36 changed files with 41 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ dist_ksh_SCRIPTS = DtFuncs.dtsh
KSH93SRC = ./ksh93
if SUN
if SOLARIS
.NO_PARALLEL:
endif
@@ -25,7 +25,7 @@ if LINUX
dtksh_LDADD += -ldl
endif
if SUN
if SOLARIS
dtksh_CPPFLAGS += -DDYNLIB
endif

View File

@@ -11,7 +11,7 @@ else
CCFLAGS =
endif
if SUN
if SOLARIS
.NO_PARALLEL:
endif