]> git.draconx.ca Git - dxcommon.git/commit
glconfig.mk: Remove some redundant prerequisites.
authorNick Bowler <nbowler@draconx.ca>
Wed, 6 Dec 2023 02:11:35 +0000 (21:11 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 6 Dec 2023 02:14:47 +0000 (21:14 -0500)
commit22a05c201cd829bead27a94b779fe76190103da1
treecde6d71527e30b2aab87a9b3224b0a6ff8a2ca91
parentb740b9bb37b4a5374772ff5049a46e10be7e020f
glconfig.mk: Remove some redundant prerequisites.

Since the glsym rules are only invoked recursively by a rule that
already has all required dependencies, it is not necessary to have
prerequisites on the individual glsym files to the gnulib headers.

As it turns out these redundant prerequisites trip up "make" on
ULTRIX 4.5 due to a bug expanding $(gnulib_symfiles) (which I do
not fully understand), dropping it basically makes things work
just fine, so no real reason to hang onto it.
snippet/glconfig.mk