X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/77dbf0e697f41fa43fbe29152510c6fada023809..c81b13a7d57d0c79edd58652ea750c31b6525583:/Makefile diff --git a/Makefile b/Makefile index 4df8c56..000074c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ relax = ### Configuration. ## Figure out where I am. -HERE = $(shell pwd) +HERE := $(shell pwd) ## Decide on how to fetch things from URLs. ifeq ($(shell (curl >/dev/null 2>&1 --version || [ $$? -eq 2 ]) && echo t),t) @@ -46,8 +46,9 @@ endif EMACS := $(shell \ emacs=nil; \ for i in emacs24 emacs23 emacs22 emacs21 emacs; do \ - if type >/dev/null 2>&1 $$i; then echo $$i; break; fi; \ - done) + if type >/dev/null 2>&1 $$i; then emacs=$$i; break; fi; \ + done; \ + echo $$emacs) ## Whence to obtain externally hosted stuff. REPO = https://ftp.distorted.org.uk/u/mdw/profile