diff -r 60344306d223 -r 30b42c38bbc4 make-rules/justmake.mk --- a/make-rules/justmake.mk Mon Feb 16 13:54:04 2015 -0800 +++ b/make-rules/justmake.mk Sun Feb 15 19:02:09 2015 -0600 @@ -18,13 +18,13 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # # # Rules and Macros for building opens source software that just uses their # own make and no autoconf-style tools. # -# To use these rules, include ../make-rules/justmake.mk in your Makefile +# To use these rules, include $(WS_MAKE_RULES)/justmake.mk in your Makefile # and define "build", "install" targets appropriate to building your component. # Ex: #