components/mutt/Makefile
changeset 1260 edecf9fcf54d
parent 1174 5ac53682aef3
child 1948 2d1537e7942d
--- a/components/mutt/Makefile	Thu Apr 11 10:50:53 2013 -0700
+++ b/components/mutt/Makefile	Thu Apr 11 10:53:26 2013 -0700
@@ -57,14 +57,14 @@
 # Add in the C compiler information to the muttbug (a.k.a. flea) script.
 COMPONENT_POST_CONFIGURE_ACTION = \
 	$(GSED) -i 's%XXX-CUSAGE-XXX%$(shell $(CC) -V 2>&1 | head -1)%' \
-	$(BUILD_DIR_32)/muttbug.sh 
+	$(BUILD_DIR_64)/muttbug.sh 
 
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)