]> mj.ucw.cz Git - pciutils.git/commitdiff
update-pciids shouldn't be stripped.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Jan 2003 12:46:45 +0000 (12:46 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:57 +0000 (14:10 +0200)
Makefile

index 9e9f2ca8c6cd09a1ac73ad2283ae3bc248314360..124fa863ab85b4de2ea892989d1fdc7be0c9cdcc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.51 2003/01/04 12:43:59 mj Exp $
+# $Id: Makefile,v 1.52 2003/01/04 12:46:45 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
@@ -59,7 +59,8 @@ clean:
 install: all
 # -c is ignored on Linux, but required on FreeBSD
        $(DIRINSTALL) -m 755 $(SBINDIR) $(SHAREDIR) $(MANDIR)/man8
-       $(INSTALL) -c -m 755 -s lspci setpci update-pciids $(SBINDIR)
+       $(INSTALL) -c -m 755 -s lspci setpci $(SBINDIR)
+       $(INSTALL) -c -m 755 update-pciids $(SBINDIR)
        $(INSTALL) -c -m 644 pci.ids $(SHAREDIR)
        $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(MANDIR)/man8