remove a bash-ism from a Makefilemaster
commitcaa3e156cb636b3d525047ed48bdf5f6deb8e56b
authorKipp Cannon <kcannon@cita.utoronto.ca>
Mon, 22 Jul 2024 03:02:24 +0000 (22 12:02 +0900)
committerDennis Muhlestein <djmuhlestein@gmail.com>
Thu, 25 Jul 2024 01:54:29 +0000 (24 19:54 -0600)
tree656bf99e7f0309ead9d40e0d186ecab7a77e4fa6
parentbcc9c1168ddb24bb59deed2103c52e19a023ce95
remove a bash-ism from a Makefile

- debian defaults to dash for /bin/sh, which doesn't do the correct thing with the brace expansion used in the clean target of lib/Makefile
lib/Makefile