]> git.tue.mpg.de Git - paraslash.git/commit
Kill BINDIR. master next
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Jan 2025 20:39:34 +0000 (21:39 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jan 2025 21:03:12 +0000 (22:03 +0100)
commitf4aa774c4b15e237b2832e2fe196cbb311b9843e
tree937004c8a335963b5f13e1669543c7452756941b
parentd59b11aab149b07ef8b1a62b69db5786027c58b9
Kill BINDIR.

When executing para_client or para_audioc from para_mixer or para_gui
we currently pass an absolute path whose directory part is BINDIR
to execvp(2). This is unnecessary because execvp(2) honors $PATH.
This commit modifies gui.c and mixer.c to pass only the basename of
the executable instead, allowing us to remove the BINDIR preprocessor
define. We still need the bindir make variable, though, because it
is referenced in the recipe of the two install targets.
Makefile.real
gui.c
mixer.c