Fix for bug 315793 . Wan-Teh's feedback for PWD

This commit is contained in:
julien.pierre.bugs%sun.com 2006-04-07 04:10:28 +00:00
parent a808f7a87d
commit c947dd04da

View File

@ -397,7 +397,7 @@ endif
else
# everything else
PWD = $(shell pwd)
PWD := $(shell pwd)
endif
endif