commit a1183f48da9eea3142e9ae998b4fc91d23889e6a parent 45f6a00544e017a2b2c4a80fd134ad726bd30252 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 23 May 2014 20:12:43 +0200 msmtp: whoops, remove depsinc Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> Diffstat:
D | msmtp/depsinc.mk | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/msmtp/depsinc.mk b/msmtp/depsinc.mk @@ -1,6 +0,0 @@ -<$bzip2_DEPDIR/v.mk - -bzip2_libdir = $bzip2_DEPDIR/bzip2-$v -bzip2_includedir = $bzip2_DEPDIR/bzip2-$v -DEPS_CFLAGS = $DEPS_CFLAGS -I${bzip2_includedir} -DEPS_LDFLAGS = $DEPS_LDFLAGS -L${bzip2_libdir} -lbz2