Skip to content

Commit 03622cb

Browse files
committed
Merge pull request #1336 from thumphries/topic/pwd
Use PWD instead of CURDIR in Makefile
2 parents 715d26e + 490ad7f commit 03622cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ deploy-manual : doc/html
132132
$(AUTOLOADS): $(ELFILES)
133133
$(BATCH) \
134134
--eval '(setq make-backup-files nil)' \
135-
--eval '(setq generated-autoload-file "$(CURDIR)/$@")' \
135+
--eval "(setq generated-autoload-file \"$${PWD}/$@\")" \
136136
-f batch-update-autoloads "."
137137
# check if autoloads will really load
138138
$(BATCH) -l "$@"

0 commit comments

Comments
 (0)