diff -r 78392507fd82 -r 576d5a7857b7 make-rules/configure.mk --- a/make-rules/configure.mk Wed Dec 18 04:50:56 2013 -0800 +++ b/make-rules/configure.mk Wed Dec 18 10:04:53 2013 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. # # @@ -121,7 +121,7 @@ $(GMAKE) $(COMPONENT_BUILD_ARGS) $(COMPONENT_BUILD_TARGETS)) $(COMPONENT_POST_BUILD_ACTION) ifeq ($(strip $(PARFAIT_BUILD)),yes) - -$(PARFAIT) build + -$(PARFAIT) $(@D) endif $(TOUCH) $@ @@ -142,8 +142,7 @@ $(TOUCH) $@ ifeq ($(strip $(PARFAIT_BUILD)),yes) -parfait: install - -$(PARFAIT) build +parfait: build else parfait: $(MAKE) PARFAIT_BUILD=yes parfait