From: Zbigniew Jędrzejewski-Szmek Date: Wed, 2 Jan 2013 19:48:24 +0000 (-0500) Subject: build-sys: allow update-hwdb with seperate build dir X-Git-Tag: v197~47 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7f8e692bb2c90e7ac857c3d60cf7b916c842ab24 build-sys: allow update-hwdb with seperate build dir --- diff --git a/Makefile.am b/Makefile.am index 64a450030..2a673555b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4096,11 +4096,11 @@ DISTCHECK_CONFIGURE_FLAGS += \ endif hwdb-update: - ( cd hwdb && \ - wget -N http://www.linux-usb.org/usb.ids && \ - wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \ - wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \ - wget -N http://standards.ieee.org/develop/regauth/iab/iab.txt && \ + ( cd $(top_srcdir)/hwdb && \ + wget -N http://www.linux-usb.org/usb.ids \ + http://pci-ids.ucw.cz/v2.2/pci.ids \ + http://standards.ieee.org/develop/regauth/oui/oui.txt \ + http://standards.ieee.org/develop/regauth/iab/iab.txt && \ ./ids-update.pl ) upload: all distcheck