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