From 3a6a39c3732a5da986004d86ade879ee24ebac33 Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Sun, 12 Mar 2000 12:52:36 +0000 Subject: asm workaround for SuSE Linux proposed by Holger Reif --- crypto/bf/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf/Makefile.ssl') diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl index 8da7c14e3e..1bb56887a5 100644 --- a/crypto/bf/Makefile.ssl +++ b/crypto/bf/Makefile.ssl @@ -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 -- cgit v1.2.3