]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lfs/grep
s/TARGET/OBJECT/g
[ipfire-3.x.git] / lfs / grep
index e6c14def5ffc32ea5d5909171016fcacdcd5695c..5a749c3bee32e920dc15ab1412762826ebbcbaa9 100644 (file)
--- a/lfs/grep
+++ b/lfs/grep
@@ -31,7 +31,7 @@ THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
 ###############################################################################
 # Top-level Rules
@@ -41,7 +41,7 @@ objects = $(DL_FILE) \
        $(THISAPP)-upstream_fixes-1.patch \
        $(THISAPP)-debian_fixes-1.patch
 
-install : $(TARGET)
+install : $(OBJECT)
 
 download : $(objects)
 
@@ -52,7 +52,7 @@ $(objects) :
 # Installation Details
 ###############################################################################
 
-$(TARGET) : 
+$(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)