It's not just VMS that needs some symbols to be hacked. Let's
[oweals/openssl.git] / crypto / bf / Makefile.ssl
index 8da7c14e3e331d70633ae2d429d887d44b06754e..adc9eec3c6ab12a375e1c9abe40950999ce9a24f 100644 (file)
@@ -49,7 +49,7 @@ lib:  $(LIBOBJ)
 
 # elf
 asm/bx86-elf.o: asm/bx86unix.cpp
-       $(CPP) -DELF asm/bx86unix.cpp | as -o asm/bx86-elf.o
+       $(CPP) -DELF -x c asm/bx86unix.cpp | as -o asm/bx86-elf.o
 
 # solaris
 asm/bx86-sol.o: asm/bx86unix.cpp
@@ -77,7 +77,9 @@ links:
        @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
-install:
+install: installs
+
+installs:
        @for i in $(EXHEADER) ; \
        do  \
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \