提交 9e83e6cd 编写于 作者: B Ben Laurie

Make BSD make happy with subdirectories.

Reviewed-by: Richard Levitte
上级 e36ce2d9
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册