mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Make BSD make happy with subdirectories.
Reviewed-by: Richard Levitte
This commit is contained in:
parent
e36ce2d986
commit
9e83e6cda9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user