]> git.ipfire.org Git - thirdparty/shadow.git/commit
buildsys: fix suidubins assignments 43/head
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 5 Nov 2016 14:51:13 +0000 (15:51 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 5 Nov 2016 15:09:07 +0000 (16:09 +0100)
commit61abb4645cb0c4911eea0a7ce63a9c7d37cabe8f
tree258de8f516016783e236ef272fc3d82492e9c503
parent11d1b661db10610b385afc2896336ebc73085b36
buildsys: fix suidubins assignments

These assignments were pasted as is into the Makefile and
ended up as part of a rule. (Usually the .PRECIOUS rule
which is why the build system never attempted to execute it
as commands, hiding the problem.)

Signed-off-by: Wolfgang Bumiller <wry.git@bumiller.com>
Reported-by: Rahel A <ra00177@surrey.ac.uk>
src/Makefile.am