--- old/make/bsd/makefiles/jsig.make 2016-02-10 21:04:57.000000000 +0100 +++ new/make/bsd/makefiles/jsig.make 2016-02-10 21:04:56.000000000 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -25,7 +25,7 @@ # Rules to build signal interposition library, used by vm.make # libjsig.so: signal interposition library -JSIG = jsig +JSIG = jsig ifeq ($(OS_VENDOR), Darwin) LIBJSIG = lib$(JSIG).$(LIBRARY_SUFFIX) @@ -33,7 +33,7 @@ LIBJSIG_DEBUGINFO = lib$(JSIG).$(LIBRARY_SUFFIX).dSYM LIBJSIG_DIZ = lib$(JSIG).diz else - LIBJSIG = lib$(JSIG).so + LIBJSIG = lib$(JSIG).so LIBJSIG_DEBUGINFO = lib$(JSIG).debuginfo LIBJSIG_DIZ = lib$(JSIG).diz