components/gnu-gs-fonts-other/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
--- a/components/gnu-gs-fonts-other/Makefile	Thu Mar 19 14:35:58 2015 -0700
+++ b/components/gnu-gs-fonts-other/Makefile	Thu Mar 19 20:44:31 2015 -0700
@@ -19,7 +19,7 @@
 #
 # 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.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -40,11 +40,10 @@
 
 PROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
 
-include ../../make-rules/prep.mk
-include ../../make-rules/ips.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 # This package delivers only data files and has no dependencies.
-EXTDEPFILES = $(NULLDEPFILE)
 
 # untar the tar ball and apply the patches
 build:		$(SOURCE_DIR)/.prep
@@ -59,4 +58,3 @@
 clean::
 	$(RM) -r $(BUILD_DIR)
 
-include ../../make-rules/depend.mk