|
|
|
@@ -156,7 +156,7 @@ endif |
|
|
|
endif |
|
|
|
|
|
|
|
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or |
|
|
|
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD)) |
|
|
|
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly)) |
|
|
|
|
|
|
|
so : ../$(LIBSONAME) |
|
|
|
|
|
|
|
|