It's not just VMS that needs some symbols to be hacked. Let's
[oweals/openssl.git] / crypto / bf / Makefile.ssl
index 18bddda0db2372aa62673e4df56c989fee8e8698..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
@@ -65,7 +65,7 @@ asm/bx86-out.o: asm/bx86unix.cpp
 asm/bx86bsdi.o: asm/bx86unix.cpp
        $(CPP) -DBSDI asm/bx86unix.cpp | sed 's/ :/:/' | as -o asm/bx86bsdi.o
 
-asm/bx86unix.cpp:
+asm/bx86unix.cpp: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
        (cd asm; $(PERL) bf-586.pl cpp $(PROCESSOR) >bx86unix.cpp)
 
 files:
@@ -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; \