diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-06-19 17:23:01 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-06-19 17:23:01 +0300 |
commit | 6157a599f2d14a933409afdb0f41a8327950ffab (patch) | |
tree | 9b7c5121082a7978c325803cf6959e25782974bc /auto/make | |
parent | 3ad1acca12400f43e14e49add2ce500f38095fb1 (diff) | |
download | unit-6157a599f2d14a933409afdb0f41a8327950ffab.tar.gz unit-6157a599f2d14a933409afdb0f41a8327950ffab.tar.bz2 |
Using 'all' as default target in Makefile.
Diffstat (limited to 'auto/make')
-rw-r--r-- | auto/make | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,11 +21,11 @@ NXT_EXEC_LINK = $NXT_EXEC_LINK $NXT_LD_OPT NXT_SHARED_LOCAL_LINK = $NXT_SHARED_LOCAL_LINK $NXT_LD_OPT NXT_MODULE_LINK = $NXT_MODULE_LINK +all: $NXT_DAEMON + .PHONY: $NXT_DAEMON $NXT_DAEMON: $NXT_BUILD_DIR/$NXT_DAEMON -all: $NXT_DAEMON - END |