|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Makefile generated by fpcmake v0.99.13 [2000/01/17]
|
|
|
+# Makefile generated by fpcmake v0.99.13 [2000/01/18]
|
|
|
#
|
|
|
|
|
|
defaultrule: all
|
|
@@ -369,13 +369,6 @@ PPAS=ppas.bat
|
|
|
endif
|
|
|
endif
|
|
|
|
|
|
-# also call ppas if with command option -s
|
|
|
-ifeq (,$(findstring -s ,$(COMPILER)))
|
|
|
-EXECPPAS=
|
|
|
-else
|
|
|
-EXECPPAS:=@$(PPAS)
|
|
|
-endif
|
|
|
-
|
|
|
# ldconfig to rebuild .so cache
|
|
|
ifdef inlinux
|
|
|
LDCONFIG=ldconfig
|
|
@@ -477,7 +470,7 @@ ZIPPROG:=$(strip $(wildcard $(addsuffix /zip$(EXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(ZIPPROG),)
|
|
|
ZIPPROG=
|
|
|
else
|
|
|
-ZIPPROG:=$(firstword $(ZIPPROG)) -D9 -r
|
|
|
+ZIPPROG:=$(firstword $(ZIPPROG))
|
|
|
endif
|
|
|
endif
|
|
|
export ZIPPROG
|
|
@@ -832,6 +825,13 @@ endif
|
|
|
# Compiler commandline
|
|
|
override COMPILER:=$(FPC) $(FPCOPT)
|
|
|
|
|
|
+# also call ppas if with command option -s
|
|
|
+ifeq (,$(findstring -s ,$(COMPILER)))
|
|
|
+EXECPPAS=
|
|
|
+else
|
|
|
+EXECPPAS:=@$(PPAS)
|
|
|
+endif
|
|
|
+
|
|
|
#####################################################################
|
|
|
# Standard rules
|
|
|
#####################################################################
|
|
@@ -1047,7 +1047,7 @@ ifdef USETAR
|
|
|
$(DEL) $(DESTZIPDIR)/$(ZIPNAME)$(TAREXT)
|
|
|
cd $(PACKDIR) ; $(TARPROG) c$(TAROPT) --file $(DESTZIPDIR)/$(ZIPNAME)$(TAREXT) * ; cd $(BASEDIR)
|
|
|
else
|
|
|
- $(DEL) $(DESTZIPDIR)/$(ZIPNAME)/$(ZIPEXT)
|
|
|
+ $(DEL) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT)
|
|
|
cd $(PACKDIR) ; $(ZIPPROG) -Dr $(ZIPOPT) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT) * ; cd $(BASEDIR)
|
|
|
endif
|
|
|
$(DELTREE) $(PACKDIR)
|