Bug 892898 - Remove useless FORCE_USE_PIC assignment. r=gps

This commit is contained in:
Mike Hommey 2013-07-15 18:48:40 +09:00
Родитель 7ef932ec49
Коммит f56433f1e3
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -31,10 +31,6 @@ else
LIBXUL_LIBRARY = 1
endif
# MSVC doesn't like the paths in _SOURCES, so strip off the prefix
# and leave bare filenames
FORCE_USE_PIC = 1
ifeq (WINNT,$(OS_TARGET))
DEFINES += -DGRAPHITE2_EXPORTING
else