*** openssl-fips-1.1.2-works/fips-1.0/Makefile	Fri Feb 22 17:32:03 2008
--- openssl-fips-1.1.2/fips-1.0/Makefile	Fri Jun 16 11:51:50 2006
***************
*** 70,76 ****
  # one in command line. So the idea is to identify gcc and deficient
  # vendor compiler drivers...
  fipscanister.o: fips_start.o $(LIBOBJ) $(FIPS_OBJ_LISTS) fips_end.o
! 	@FIPS_BN_ASM=`for i in $(BN_ASM) ; do echo -n "../crypto/bn/$$i " ; done`; \
  	objs="fips_start.o $(LIBOBJ) $(FIPS_EX_OBJ) $$FIPS_BN_ASM"; \
  	for i in $(FIPS_OBJ_LISTS); do \
  		dir=`dirname $$i`; script="s|^|$$dir/|;s| | $$dir/|g"; \
--- 70,76 ----
  # one in command line. So the idea is to identify gcc and deficient
  # vendor compiler drivers...
  fipscanister.o: fips_start.o $(LIBOBJ) $(FIPS_OBJ_LISTS) fips_end.o
! 	@FIPS_BN_ASM=`for i in $(BN_ASM) ; do echo "../crypto/bn/$$i " ; done`; \
  	objs="fips_start.o $(LIBOBJ) $(FIPS_EX_OBJ) $$FIPS_BN_ASM"; \
  	for i in $(FIPS_OBJ_LISTS); do \
  		dir=`dirname $$i`; script="s|^|$$dir/|;s| | $$dir/|g"; \
