X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=a9fa56da4fa4694cdb72e3e45035781b24dcaf15;hb=239ff18adf556b63a16be968725ba9fd0e6d5227;hp=9b1b3b7dd1d40298045fff192d8061d6fadb4167;hpb=9f3d182f5f3789994219d84fbab7819b87cf9887;p=pciutils.git diff --git a/Makefile b/Makefile index 9b1b3b7..a9fa56d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 2003/01/04 12:49:06 mj Exp $ +# $Id: Makefile,v 1.54 2003/01/04 12:53:01 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998--2003 Martin Mares @@ -54,7 +54,7 @@ update-pciids: update-pciids.sh clean: rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core` - rm -f update-ids lspci setpci lib/config.* *.8 pci.ids.* + rm -f update-pciids lspci setpci lib/config.* *.8 pci.ids.* install: all # -c is ignored on Linux, but required on FreeBSD