Bug 438623 - Changes to a def file do not relink the library.

Changes to def files will not force libraries to be rebuilt, so there will no
longer need to be a clobber on windows machines.
r=ted
This commit is contained in:
Shawn Wilsher 2008-07-17 10:45:11 -04:00
Родитель c1aaa69bab
Коммит b6cda7824c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -231,6 +231,7 @@ endif # MOZ_MAPINFO
ifdef DEFFILE
OS_LDFLAGS += -DEF:$(DEFFILE)
EXTRA_DEPS += $(DEFFILE)
endif
ifdef MAPFILE