diff options
Diffstat (limited to 'exports/Makefile')
-rw-r--r-- | exports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/Makefile b/exports/Makefile index 177e975ea..2b3cdc476 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -110,7 +110,7 @@ endif dllinit.$(SUFFIX) : dllinit.c $(CC) $(CFLAGS) -c -o $(@F) -s $< -ifeq ($(OSNAME), Linux) +ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS)) so : ../$(LIBSONAME) |