]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed a bug in lfs/pciutils.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 27 Apr 2009 21:55:09 +0000 (23:55 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 27 Apr 2009 21:55:09 +0000 (23:55 +0200)
lfs/pciutils

index a1d46288435edd6172a63cc9261acf1720fe1902..2518a0f5dfb853e9047c0d57521d789d5a2a224a 100644 (file)
@@ -42,7 +42,7 @@ DEPS       =
 
 URL        = http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
 LICENSE    = GPLv2+
-SHORT_DESC = PCI bus related utilities
+SHORT_DESC = PCI bus related utilities.
 
 define LONG_DESC
        The pciutils package contains various utilities for inspecting \
@@ -73,7 +73,7 @@ $(objects):
 # Installation Details
 ###############################################################################
 
-$(OBJECT) : 
+$(OBJECT): $(objects) 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make SHARED=yes OPT="$(CFLAGS)" PREFIX=/usr ZLIB=no $(PARALLELISMFLAGS)