Also mark a bunch of stuff .PHONY for correctness.
FILES = MonitorsDB pci.ids upgradelist usb.ids videodrivers
+.PHONY: all install tag force-tag check create-archive archive srpm-x clean clog new-pci-ids new-usb-ids
+
all:
install:
clog: hwdata.spec
@sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $< | tee $@
+
+new-usb-ids:
+ @curl -O http://www.linux-usb.org/usb.ids
+
+new-pci-ids:
+ @curl -O http://pciids.sourceforge.net/pci.ids