]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lfs/openldap
s/TARGET/OBJECT/g
[ipfire-3.x.git] / lfs / openldap
index 55eec5a4b5626a2d0b69e88e7264bc8e5d14114b..e24aae098e6b24d40d05e262eab5d2d40349a105 100644 (file)
@@ -31,7 +31,7 @@ THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tgz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
 CFLAGS    += -D_GNU_SOURCE
 
@@ -41,7 +41,7 @@ CFLAGS    += -D_GNU_SOURCE
 
 objects = $(DL_FILE)
 
-install: $(TARGET)
+install: $(OBJECT)
 
 download : $(objects)
 
@@ -52,7 +52,7 @@ $(objects) :
 # Installation Details
 ###############################################################################
 
-$(TARGET) : 
+$(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && \