The use of "exp" as a variable name in a prototype causes a conflict with FC2
[oweals/openssl.git] / crypto / Makefile
index 347de0cc113b49cb93ff7b0f8a3fbd2a0bccd313..0f2d3b4cdb47b6384e75ae937fcdf299701e5c9e 100644 (file)
@@ -113,7 +113,7 @@ tests:
        done;
 
 install:
-       @for i in $(EXHEADER) ;\
+       @headerlist="$(EXHEADER)"; for i in $$headerlist ;\
        do \
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \