]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed lfs/bc which was in old file type.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Jun 2008 12:13:18 +0000 (12:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Jun 2008 12:13:18 +0000 (12:13 +0000)
lfs/bc

diff --git a/lfs/bc b/lfs/bc
index 76bc674243f2552c5e836bb666b02f48a4d83af3..2d24042273c4301c2b67307722823f45023d20cf 100644 (file)
--- a/lfs/bc
+++ b/lfs/bc
@@ -41,16 +41,16 @@ objects = $(DL_FILE)
 
 install : $(TARGET)
 
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
+download : $(objects)
 
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
+$(objects) :
        @$(LOAD)
 
 ###############################################################################
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)