asm workaround for SuSE Linux
[openssl.git] / crypto / ripemd / Makefile.ssl
index 18ab4a5186a6af9c0030e93b9f6c5f62e64766bd..79948bb69b4b6d4a7195ab888cab1f849417515c 100644 (file)
@@ -47,7 +47,7 @@ lib:    $(LIBOBJ)
 
 # elf
 asm/rm86-elf.o: asm/rm86unix.cpp
-       $(CPP) -DELF asm/rm86unix.cpp | as -o asm/rm86-elf.o
+       $(CPP) -DELF -x c asm/rm86unix.cpp | as -o asm/rm86-elf.o
 
 # solaris
 asm/rm86-sol.o: asm/rm86unix.cpp