diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-25 10:56:41 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-25 10:56:41 +0100 |
commit | bcb69319656df163b031bbce1fcddc05bd49aca6 (patch) | |
tree | 784fe92c7aba0aabd2d0d90b4656475271848b1b /Makefile.fetch | |
parent | ee6f9b5419af4e58354861ac775c207573989fc9 (diff) |
fix download of dbghelp.dll
Change-Id: I200a623b70906a07b1549ff76472678e158496a4
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 4b60d7bd4ec7..73263553c528 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -92,7 +92,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,CPPUNIT,$(CPPUNIT_TARBALL)) \ $(call fetch_Optional,CT2N,$(CT2N_TARBALL)) \ $(call fetch_Optional,CURL,$(CURL_TARBALL)) \ - $(call fetch_Optional,DBGHELP,$(DBGHELP_DLL)) \ $(call fetch_Optional,EPM,$(EPM_TARBALL)) \ $(call fetch_Optional,EXPAT,$(EXPAT_TARBALL)) \ $(call fetch_Optional,MORE_FONTS,$(FONT_DEJAVU_TARBALL)) \ @@ -164,7 +163,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,ZLIB,$(ZLIB_TARBALL)) \ ,$(call fetch_Download_item,http://dev-www.libreoffice.org/src,$(item))) $(foreach item, \ - $(if $(filter WNT,$(OS)),$(DBGHELP_DLL)) \ + $(call fetch_Optional,DBGHELP,$(DBGHELP_DLL)) \ $(call fetch_Optional,ODK,$(UNOWINREG_DLL)) \ ,$(call fetch_Download_item,http://dev-www.libreoffice.org/extern,$(item))) $(foreach item, \ |