Fix last change: use $(CURDIR).
This commit is contained in:
parent
1dca458f88
commit
37f366968d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
/^SHELL *=/i\
|
||||
export FNCASE=y
|
||||
|
||||
/^lisp=/s|@srcdir@|$(shell pwd)|
|
||||
/^lisp=/s|@srcdir@|$(CURDIR)|
|
||||
/^VPATH=/s|@srcdir@|.|
|
||||
/^srcdir=/s|@srcdir@|.|
|
||||
/^bootstrap-clean:/a\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue