mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix for bug 315793 . Wan-Teh's feedback for PWD
This commit is contained in:
parent
a808f7a87d
commit
c947dd04da
@ -397,7 +397,7 @@ endif
|
||||
|
||||
else
|
||||
# everything else
|
||||
PWD = $(shell pwd)
|
||||
PWD := $(shell pwd)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user