7172499 expect 'install' target fails
authorRich Burridge <rich.burridge@oracle.com>
Wed, 30 May 2012 07:23:10 -0700
changeset 839 a0aa4d6306c4
parent 838 e3efa8edf0c1
child 840 926eb95ceab3
7172499 expect 'install' target fails
components/tcl/expect/Makefile
components/tcl/tk/Makefile
--- a/components/tcl/expect/Makefile	Wed May 30 03:40:32 2012 -0700
+++ b/components/tcl/expect/Makefile	Wed May 30 07:23:10 2012 -0700
@@ -68,9 +68,9 @@
 ../tcl/build/%/.built:
 	(cd ../tcl ; $(GMAKE) build)
 
-$(BUILD_32):    ../tcl/build/$(MACH32)/.built
+$(CONFIGURE_32):	../tcl/build/$(MACH32)/.built
 
-$(BUILD_64):    ../tcl/build/$(MACH64)/.built
+$(CONFIGURE_64):	../tcl/build/$(MACH64)/.built
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
--- a/components/tcl/tk/Makefile	Wed May 30 03:40:32 2012 -0700
+++ b/components/tcl/tk/Makefile	Wed May 30 07:23:10 2012 -0700
@@ -77,8 +77,8 @@
 ../tcl/build/%/.built:
 	(cd ../tcl ; $(GMAKE) build)
 
-$(BUILD_32):	../tcl/build/$(MACH32)/.built
-$(BUILD_64):	../tcl/build/$(MACH64)/.built
+$(CONFIGURE_32):	../tcl/build/$(MACH32)/.built
+$(CONFIGURE_64):	../tcl/build/$(MACH64)/.built
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)