ソースを参照

* regenerated

peter 24 年 前
コミット
56d270d7ff
2 ファイル変更4 行追加3 行削除
  1. 3 2
      Makefile.fpc
  2. 1 1
      ide/Makefile

+ 3 - 2
Makefile.fpc

@@ -94,6 +94,9 @@ export RELEASE
 ifndef DESTZIPDIR
 export DESTZIPDIR:=$(BASEDIR)
 endif
+ifndef DIST_DESTDIR
+export DIST_DESTDIR:=$(BASEDIR)
+endif
 
 # Temporary path to pack a file
 BASEPACKDIR=$(BASEDIR)/basepack
@@ -259,8 +262,6 @@ installersrc:
 .PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \
         zipinstallpackages
 
-export RELEASE DESTZIPDIR
-
 all: build
 
 clean: $(addsuffix _distclean,$(DIROBJECTS))

+ 1 - 1
ide/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2001/04/10]
+# Makefile generated by fpcmake v1.00 [2001/04/11]
 #
 
 defaultrule: all