diff options
author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-02-13 09:32:39 +0000 |
---|---|---|
committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-02-13 09:32:39 +0000 |
commit | b3f5e3999fe3714bc3bf7a13274d8c1ea4dd238b (patch) | |
tree | f3e0c43b8c54c8702fd970d92dbb2621a8f8c206 /Makefile.fpc | |
parent | ffee5a7cdf6c194817461d73f11eefc98fc420ae (diff) | |
download | fpc-b3f5e3999fe3714bc3bf7a13274d8c1ea4dd238b.tar.gz |
* force zipname to fpc-ver-target for zipinstall
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@2559 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'Makefile.fpc')
-rw-r--r-- | Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fpc b/Makefile.fpc index c77ab54034..a9090e109b 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -317,7 +317,7 @@ install: $(BUILDSTAMP) singlezipinstall: zipinstall zipinstall: $(BUILDSTAMP) - $(MAKE) fpc_zipinstall ZIPTARGET=install ZIPNAME=fpc-$(PACKAGE_VERSION) $(INSTALLOPTS) + $(MAKE) fpc_zipinstall ZIPTARGET=install FULLZIPNAME=fpc-$(PACKAGE_VERSION).$(TARGETSUFFIX) $(INSTALLOPTS) ########################################################################## |