From 31ef386dca1bc748a91a9b0bd664c5142d5f73d4 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 10 Apr 2001 23:30:31 +0000 Subject: [PATCH] * change destzipdir to dist_destdir --- Makefile.fpc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.fpc b/Makefile.fpc index c074ce27a0..a8ca931356 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -79,8 +79,8 @@ override RELEASE=1 export RELEASE # We want to have the resulting .zips in the current dir -ifndef DESTZIPDIR -export DESTZIPDIR:=$(BASEDIR) +ifndef DIST_DESTDIR +export DIST_DESTDIR:=$(BASEDIR) endif # Temporary path to pack a file @@ -251,8 +251,6 @@ installersrc: .PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \ zipinstallpackages -export RELEASE DESTZIPDIR - all: build clean: $(addsuffix _distclean,$(TARGET_DIRS))