correct the objdir/srcdir variables in the installer generation makefile

This commit is contained in:
scott%scott-macgregor.org 2004-05-28 21:56:23 +00:00
parent 9bc315dc93
commit 851a74668f

View File

@ -43,8 +43,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CONFIG_DIR=$(shell cygpath -a $(srcdir))
OBJ_DIR=$(shell cygpath -a $(topsrcdir))
SRC_DIR=$(shell cygpath -a $(DEPTH))
OBJ_DIR=$(shell cygpath -a $(DEPTH))
SRC_DIR=$(shell cygpath -a $(topsrcdir))
ifeq (,$(INSTALLER_URL))
INSTALLER_URL = "http://ftp.mozilla.org/pub/mozilla.org/pub/thunderbird/nightly/latest-trunk/windows-xpi"