]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lfs/libogg
s/TARGET/OBJECT/g
[ipfire-3.x.git] / lfs / libogg
index 7a73f548700a05fb72cdee7c3b617f1cbac1c940..f2a2d0aff8abe93ca6e3a71746c1e5a5f49e91f6 100644 (file)
@@ -30,7 +30,7 @@ THISAPP    = libogg-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(THISAPP)
+OBJECT     = $(DIR_INFO)/$(THISAPP)
 PROG       = libogg
 PAK_VER    = 1
 
@@ -46,7 +46,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 $(DL_FILE)_MD5 = eaf7dc6ebbff30975de7527a80831585
 
-install : $(TARGET)
+install : $(OBJECT)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
@@ -74,7 +74,7 @@ $(subst %,%_MD5,$(objects)) :
 # Installation Details
 ###############################################################################
 
-$(TARGET) : 
+$(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr