X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibtool;h=333f958291cfa0d651b2632ef495766c1206ae05;hp=faca6d10319ffc9995a6644dad8b39c39025c5de;hb=b0ab1b098ed35da40aebc5bb3ab77839d9f17a53;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/libtool b/lfs/libtool index faca6d1031..333f958291 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = libtool +PAK_VER = 1 +DEPS = "" + ############################################################################### # Top-level Rules ############################################################################### @@ -63,6 +67,9 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) +dist: + @$(PAK) + ############################################################################### # Installation Details ###############################################################################