Makefile
changeset 1658 c0fc238c6755
parent 1616 06d768ee0fea
child 1659 f91903c43e29
--- a/Makefile	Thu Dec 31 23:11:59 2020 +0200
+++ b/Makefile	Fri Jan 01 18:02:55 2021 +0200
@@ -23,7 +23,6 @@
 ################################################################
 # Helper definition.
 
-which = $(firstword $(foreach item,$(subst :, ,$(PATH)),$(wildcard $(item)/$1)))
 curdir := $(realpath .)
 
 ################################################################