summaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-12 12:52:36 +0000
committerUlf Möller <ulf@openssl.org>2000-03-12 12:52:36 +0000
commit3a6a39c3732a5da986004d86ade879ee24ebac33 (patch)
treee565250bd063c69aa907c9c85e09bc72b5eb6e30 /crypto/des/Makefile.ssl
parentcee814f9d5bf81145edc35c5775b2ad852e55e42 (diff)
asm workaround for SuSE Linux
proposed by Holger Reif
Diffstat (limited to 'crypto/des/Makefile.ssl')
-rw-r--r--crypto/des/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index 88cd1ab114..92153d1540 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -65,10 +65,10 @@ des: des.o cbc3_enc.o lib
# elf
asm/dx86-elf.o: asm/dx86unix.cpp
- $(CPP) -DELF asm/dx86unix.cpp | as -o asm/dx86-elf.o
+ $(CPP) -DELF -x c asm/dx86unix.cpp | as -o asm/dx86-elf.o
asm/yx86-elf.o: asm/yx86unix.cpp
- $(CPP) -DELF asm/yx86unix.cpp | as -o asm/yx86-elf.o
+ $(CPP) -DELF -x c asm/yx86unix.cpp | as -o asm/yx86-elf.o
# solaris
asm/dx86-sol.o: asm/dx86unix.cpp