The branch master has been updated
       via  9e83e6cda97ae9cb3167e5d8548a7ca0b54cc4e6 (commit)
      from  e36ce2d986a5edbd33d6d176fb95c8046fae9725 (commit)


- Log -----------------------------------------------------------------
commit 9e83e6cda97ae9cb3167e5d8548a7ca0b54cc4e6
Author: Ben Laurie <[email protected]>
Date:   Sat Aug 1 15:55:19 2015 +0100

    Make BSD make happy with subdirectories.
    
    Reviewed-by: Richard Levitte

-----------------------------------------------------------------------

Summary of changes:
 ssl/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ssl/Makefile b/ssl/Makefile
index d1fc049..973276a 100644
--- a/ssl/Makefile
+++ b/ssl/Makefile
@@ -45,6 +45,10 @@ HEADER=      ssl_locl.h record/record_locl.h record/record.h
 
 ALL=   $(GENERAL) $(SRC) $(HEADER)
 
+# BSD make and GNU make disagree on where output goes
+.c.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
 top:
        (cd ..; $(MAKE) DIRS=$(DIR) all)
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to