components/openssl/openssl-1.0.1-fips-140/Makefile
changeset 2225 f064d3d3190d
parent 2204 f83e0e3cf2d7
child 3621 3e00113c3743
--- a/components/openssl/openssl-1.0.1-fips-140/Makefile	Fri Nov 21 10:49:36 2014 -0800
+++ b/components/openssl/openssl-1.0.1-fips-140/Makefile	Fri Nov 21 16:37:26 2014 -0800
@@ -174,6 +174,8 @@
 $(SOURCE_DIR)/.prep: $(COMPONENT_DIR)/../openssl-fips/build/$(MACH32)/.installed \
 		     $(COMPONENT_DIR)/../openssl-fips/build/$(MACH64)/.installed
 
+configure:	$(CONFIGURE_32_and_64)
+
 build:			$(BUILD_32_and_64)
 
 # We follow what we do for install in openssl/openssl-1.0.0 component. Please