diff -r 91dc164c5b46 -r d8024c042a00 components/Makefile --- a/components/Makefile Wed Jan 05 13:27:53 2011 -0800 +++ b/components/Makefile Fri Jan 14 13:12:28 2011 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved. +# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. # include ../make-rules/shared-macros.mk @@ -36,7 +36,7 @@ @$(BASS_O_MATIC) --workspace=$(WS_TOP) --components=paths \ | sed -e 's;^$(shell pwd)/;COMPONENT_DIRS += ;g' >$@ -include components.mk +-include components.mk download: TARGET = download @@ -98,6 +98,6 @@ @$(BASS_O_MATIC) --workspace=$(WS_TOP) --components=depend \ | sed -e 's;$(shell pwd)/;;g' >$@ -include depends.mk +-include depends.mk FORCE: