From: Michael Tremer Date: Fri, 24 Apr 2009 12:08:38 +0000 (+0200) Subject: Fixed missing dependency to $(objects) in $(OBJECT)-target. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7e808d0abc564a84bd3a09774ced25aec36e59;p=ipfire-3.x.git Fixed missing dependency to $(objects) in $(OBJECT)-target. --- diff --git a/lfs/module-init-tools b/lfs/module-init-tools index c4a447f78..fddad6a85 100644 --- a/lfs/module-init-tools +++ b/lfs/module-init-tools @@ -78,7 +78,7 @@ $(objects): # Installation Details ############################################################################### -$(OBJECT) : +$(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-nostatic-1.patch diff --git a/lfs/shadow b/lfs/shadow index 8a3cce5f1..798d3e9a4 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -82,7 +82,7 @@ $(objects): # Installation Details ############################################################################### -$(OBJECT) : +$(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) diff --git a/lfs/tar b/lfs/tar index 3cbb62f67..9f3beef55 100644 --- a/lfs/tar +++ b/lfs/tar @@ -78,7 +78,7 @@ $(objects): # Installation Details ############################################################################### -$(OBJECT) : +$(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)