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/rc4/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rc4/Makefile.ssl') diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl index d92750af05..d3dff0f4a1 100644 --- a/crypto/rc4/Makefile.ssl +++ b/crypto/rc4/Makefile.ssl @@ -51,7 +51,7 @@ lib: $(LIBOBJ) # elf asm/rx86-elf.o: asm/rx86unix.cpp - $(CPP) -DELF asm/rx86unix.cpp | as -o asm/rx86-elf.o + $(CPP) -DELF -x c asm/rx86unix.cpp | as -o asm/rx86-elf.o # solaris asm/rx86-sol.o: asm/rx86unix.cpp -- cgit v1.2.3