diff options
author | Javier Fernandez <jfernandez@igalia.com> | 2013-05-10 18:21:30 +0000 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:03 +0200 |
commit | f53228c59a7b539eaf639d6e5e903d0f89d6f5f8 (patch) | |
tree | 43245dfefef584e90ad05b559bf8bc5710e1520a /Makefile.fetch | |
parent | 0706ab4a743f9070c137cd93070bcf112c21f92f (diff) |
Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 40a90a0654be..226244202354 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -74,6 +74,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) @mkdir -p $(TARFILE_LOCATION)/tmp @date >> $(fetch_LOGFILE) $(foreach item, \ + $(call fetch_Optional,FIREBIRD,FIREBIRD_TARBALL) \ + ,$(call fetch_Download_item_special,http://people.igalia.com/agomez/files,$(item))) + $(foreach item, \ $(call fetch_Optional,CDR,CDR_TARBALL) \ $(call fetch_Optional,MSPUB,MSPUB_TARBALL) \ $(call fetch_Optional,MWAW,MWAW_TARBALL) \ |