X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2FMakefile.in;h=897580f6479b729b9b0dd5c05be1c9801a4abc7f;hp=ebae393a7c3a7227600e72bf23332446ccc7ae76;hb=9fe2bb77c40f5fd3624b30f1b0c3cd8b791ca615;hpb=1d852772355105cdb1cb0e7451b28358dd475e04 diff --git a/crypto/bn/Makefile.in b/crypto/bn/Makefile.in index ebae393a7c..897580f647 100644 --- a/crypto/bn/Makefile.in +++ b/crypto/bn/Makefile.in @@ -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.