Bug 341403 Make error if build with --enable-installer on Windows. patch by ssitter, r=jminta

This commit is contained in:
jminta%gmail.com 2006-06-15 19:14:39 +00:00
Родитель a243471944
Коммит 73e03bcaca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,7 +46,7 @@ DIRS = base themes app
ifeq ($(OS_ARCH),WINNT)
ifdef MOZ_INSTALLER
DIRS += installer/windows
DIRS += ../installer/windows
endif
endif