components/ruby/puppet/Makefile
changeset 6681 ccbd9bc81b18
parent 5728 19424f2daf9f
child 6684 57b59903a65e
--- a/components/ruby/puppet/Makefile	Wed Aug 24 15:36:10 2016 -0700
+++ b/components/ruby/puppet/Makefile	Wed Aug 24 16:30:50 2016 -0700
@@ -74,10 +74,10 @@
 PKG_OPTIONS +=	-I $(BUILD_DIR)
 
 # common targets
-build::		$(BUILD_64)
+build::		$(BUILD_NO_ARCH)
 
 # make sure facter and hiera are installed first
-install:	../facter/build/$(MACH64)/.installed ../hiera/build/$(MACH64)/.installed $(INSTALL_64)
+install:	../facter/build/$(MACH)/.installed ../hiera/build/$(MACH)/.installed $(INSTALL_NO_ARCH)
 
 clean::