# HG changeset patch # User Kristina Tripp # Date 1411144559 21600 # Node ID 4016cd530eeb8316d0dbdb5b546548c2a694f244 # Parent 765a627d5c36cb50a3652feb06b559e7c7c4908c 19652539 gmake install of puppet fails due to Makefile omission diff -r 765a627d5c36 -r 4016cd530eeb components/ruby/puppet/Makefile --- a/components/ruby/puppet/Makefile Thu Sep 18 18:17:21 2014 -0700 +++ b/components/ruby/puppet/Makefile Fri Sep 19 10:35:59 2014 -0600 @@ -39,7 +39,7 @@ include $(WS_TOP)/make-rules/ips.mk # puppet requires facter and hiera as part of the install phase -COMPONENT_INSTALL_ENV += RUBYLIB="$(COMPONENT_DIR)/../facter/build/$(MACH64)lib:$(COMPONENT_DIR)/../hiera/build/$(MACH64)/lib" +COMPONENT_INSTALL_ENV += RUBYLIB="$(COMPONENT_DIR)/../facter/build/$(MACH64)/lib:$(COMPONENT_DIR)/../hiera/build/$(MACH64)/lib" ../facter/build/%/.installed: (cd ../facter ; $(GMAKE) install)