﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1548	build problem with make 4.2.1	dinama@…		"can't compile any  version of nginx with make 4.2.1

example:

{{{
> cd /tmp
> wget http://nginx.org/download/nginx-1.14.0.tar.gz
> tar -xvzf ./nginx-1.14.0.tar.gz
> cd nginx-1.14.0
> ./configure
> make
make -f objs/Makefile
make[1]: Entering directory '/tmp/nginx-1.14.0'
make[1]: *** No rule to make target '	src/core/ngx_config.h', needed by 'objs/src/core/nginx.o'.  Stop.
make[1]: Leaving directory '/tmp/nginx-1.14.0'
make: *** [Makefile:8: build] Error 2
}}}

because in obj/Makefile headers on variable CORE_DEPS  without new line separators 


{{{
CORE_DEPS = src/core/nginx.h \  src/core/ngx_config.h \ src/core/ngx_core.h \   src/core/ngx_log.h 
}}}

"	defect	closed	major		other		invalid			Linux pbox 4.16.7_1 #1 SMP PREEMPT Fri May 4 11:42:50 UTC 2018 x86_64 GNU/Linux	"any version 
make -v
GNU Make 4.2.1
"
