From: Stefan Schantl Date: Mon, 27 Apr 2009 21:55:09 +0000 (+0200) Subject: Fixed a bug in lfs/pciutils. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376b0ba494bec56cb7e499e3e72e991605db16a5;p=ipfire-3.x.git Fixed a bug in lfs/pciutils. --- diff --git a/lfs/pciutils b/lfs/pciutils index a1d462884..2518a0f5d 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -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)