1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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 @@ bin_PROGRAMS = dtcreate
dtcreate_CPPFLAGS = $(TIRPCINC)
if SUN
if SOLARIS
LIBHELP =
endif
@ -19,7 +19,7 @@ if AIX
dtcreate_LDADD += -liconv
endif
if SUN
if SOLARIS
dtcreate_LDADD += -ldl
endif