Bugzilla bug 290122: pass full pathnames of source files to the compiler

on AIX so its debugger can automatically find the source files. r=Julien
Pierre of Sun and Philip Warren of IBM.
This commit is contained in:
wtchang%redhat.com 2005-04-13 22:55:11 +00:00
Родитель 9aeb6944be
Коммит 39a266dc9a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -399,7 +399,7 @@ endif
# debuggers under Windows and OS/2 to find source files automatically.
#
ifeq ($(OS_ARCH),OS2)
ifeq (,$(filter-out AIX OS2,$(OS_ARCH)))
NEED_ABSOLUTE_PATH = 1
endif