]> mj.ucw.cz Git - pciutils.git/commitdiff
Fixed update-ids.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Jan 2003 11:16:25 +0000 (11:16 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:54 +0000 (14:10 +0200)
Makefile

index 0d40c43fd4fa375dfb79d555d2b8fce785703d12..7951127874b723200f99efec1d6bb8b7377454d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.46 2002/12/27 20:00:14 mj Exp $
+# $Id: Makefile,v 1.47 2003/01/04 11:16:25 mj Exp $
 # Makefile for Linux PCI Utilities
-# (c) 1998--2002 Martin Mares <mj@ucw.cz>
+# (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
 OPT=-O2 -fomit-frame-pointer
 #OPT=-O2 -g
@@ -81,7 +81,7 @@ uninstall: all
        rm -f $(PREFIX)/man/man8/lspci.8 $(PREFIX)/man/man8/setpci.8
 
 update-ids:
-       if [ -f pci.ids.orig ] ; then mv pci.ids pci.ids.orig ; fi
+       if [ -f pci.ids.orig ] ; then mv pci.ids pci.ids.orig ; fi
        wget http://pciids.sf.net/pci.ids.bz2
        bzip2 -d pci.ids.bz2