summaryrefslogtreecommitdiff
path: root/packages/fftw/Makefile.fpc
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-04-27 20:34:00 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-04-27 20:34:00 +0000
commit8a7461e5763e7a50e83265a399a46429a9f45b10 (patch)
tree183996e4852a143c531668059e7d20f1696b4346 /packages/fftw/Makefile.fpc
parent4b4abdf33775b714d01b35220fa350641e9e389e (diff)
downloadfpc-8a7461e5763e7a50e83265a399a46429a9f45b10.tar.gz
* Now zipinstall is passed to fpmake by all Makefile.fpc's
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24349 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fftw/Makefile.fpc')
-rw-r--r--packages/fftw/Makefile.fpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/fftw/Makefile.fpc b/packages/fftw/Makefile.fpc
index f669bdd3f2..39394768fd 100644
--- a/packages/fftw/Makefile.fpc
+++ b/packages/fftw/Makefile.fpc
@@ -87,3 +87,5 @@ ifdef UNIXHier
else
$(LOCALFPMAKE) install $(FPMAKE_OPT) --prefix=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR) -ie
endif
+zipinstall: fpmake
+ $(LOCALFPMAKE) zipinstall $(FPMAKE_OPT)