bug 339714 - fixes regression due to the directory not being there yet. patch by bsmedberg, r=lilmatt

This commit is contained in:
mattwillis%gmail.com 2006-06-28 03:10:58 +00:00
Родитель 7e49289d97
Коммит 8cee784a7c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -41,7 +41,7 @@ ifndef CONFIG_DIR
$(error CONFIG_DIR must be set before including makensis.mk)
endif
ABS_CONFIG_DIR := $(shell cd $(CONFIG_DIR) && pwd)
ABS_CONFIG_DIR := $(shell pwd)/$(CONFIG_DIR)
SFX_MODULE ?= $(error SFX_MODULE is not defined)