unified build scheme: a first introduction
[openssl.git] / crypto / bn / Makefile.in
index ebae393a7c3a7227600e72bf23332446ccc7ae76..897580f6479b729b9b0dd5c05be1c9801a4abc7f 100644 (file)
@@ -158,4 +158,8 @@ depend:
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
+# Different flavours of make disagree on where output goes
+.c.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
 # DO NOT DELETE THIS LINE -- make depend depends on it.