You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a (recent - 7.55.X ?) change to Makefile generation.
I did this
git clone ...
./buildconf
./configure ...
I expected the following
curl to build
I get
make > .buildaix/make.out
"Makefile", line 3808: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 3809: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 3810: make: 1254-055 Dependency line needs colon or double colon operator.
My hack
a) delete all lines after .PRECIOUS: Makefile
b) comment all lines with either ?= or +=