Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #252348

Category None
Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
Changed at Tue 16 Dec 2025 09:12:51
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch dfandrich/unitprotos
Revision 486ca7f6dc0b9043a33d7cbd663ac50c7808c257

Comments

lib: create unitprotos.h in the builddir, not srcdir

The make rule confused automake by changing directories before creating
the file, causing unitprotos.h to be created in the srcdir instead of
the builddir. This results in a stale file and confusing compile errors
in out-of-tree builds.

Fixes #19966
Closes #19993

Changed files