components/hexedit/Makefile
changeset 1232 e550ed2e3065
parent 1191 3bdf33525a13
child 1948 2d1537e7942d
--- a/components/hexedit/Makefile	Wed Mar 27 17:00:27 2013 -0600
+++ b/components/hexedit/Makefile	Thu Mar 28 07:41:58 2013 -0700
@@ -45,13 +45,14 @@
 CFLAGS += "-Dinline"
 
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS) $(CC_BITS)"
 
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)