[openssl-commits] [openssl] master update

Ben Laurie ben at openssl.org
Sat Aug 1 21:10:16 UTC 2015


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


- Log -----------------------------------------------------------------
commit 9e83e6cda97ae9cb3167e5d8548a7ca0b54cc4e6
Author: Ben Laurie <ben at links.org>
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)
 


More information about the openssl-commits mailing list