--- a/make-rules/attpackagemake.mk Thu Mar 19 14:35:58 2015 -0700
+++ b/make-rules/attpackagemake.mk Thu Mar 19 20:44:31 2015 -0700
@@ -18,13 +18,13 @@
#
# CDDL HEADER END
#
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
#
#
# Rules and Macros for building opens source software that uses AT&T's package
# tool.
#
-# To use these rules, include ../make-rules/attpackagemake.mk in your Makefile
+# To use these rules, include $(WS_MAKE_RULES)/attpackagemake.mk in your Makefile
# and define "build", "install" targets appropriate to building your component.
# Ex:
#
@@ -89,7 +89,7 @@
$(TOUCH) [email protected]
# test the built source
-$(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built
+$(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built
$(COMPONENT_PRE_TEST_ACTION)
cd $(@D); $(ENV) $(COMPONENT_TEST_ENV) \
bin/package test $(COMPONENT_TEST_TARGETS) \