components/puppet/Makefile
changeset 1505 750c1a0a43d2
parent 1474 97927b6c1ece
child 1655 2490bf4f53ea
--- a/components/puppet/Makefile	Tue Oct 08 20:35:39 2013 +0200
+++ b/components/puppet/Makefile	Thu Oct 10 16:11:15 2013 -0700
@@ -48,12 +48,12 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 	# Ruby extension for auditing
 	(cd ext; $(RUBY) extconf.rb; $(GMAKE))
 
 # make sure facter is installed first
-install:	../facter/build/$(MACH32)/.installed $(INSTALL_32)
+install:	../facter/build/$(MACH64)/.installed $(INSTALL_64)
 
 clean::
 	@if [ -f ext/Makefile ]; then \