Makefile: Fix running "make dist" before "make all".
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Mar 2022 20:33:51 +0000 (13:33 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Mar 2022 21:06:54 +0000 (14:06 -0700)
commit75c0aef55a6135a0398d520519e79df2b3a21e0e
tree0a739089fed153593859271d73083e03ac817a2e
parent5ae2fd5298d9c40f28ffcad764f1f1cf3489ff16
Makefile: Fix running "make dist" before "make all".

Otherwise, there's a race between generating and using config.h, which
causes build failures.  This happens particularly with the PSPP autobuilder.
Makefile.am