From f26a94d4895cdaeecddf01d923b9c65547ac9d27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 14:41:25 +0200 Subject: Cosmetic change --- bpkg/buildfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bpkg/buildfile b/bpkg/buildfile index 2340443..4ca2839 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,11 +4,11 @@ import libs += libbutl%lib{butl} -lib{bpkg}: \ -{ hxx cxx }{ manifest } \ -{ hxx cxx }{ manifest-parser } \ -{ hxx cxx }{ manifest-serializer } \ -{ hxx }{ version } \ +lib{bpkg}: \ +{hxx cxx}{ manifest } \ +{hxx cxx}{ manifest-parser } \ +{hxx cxx}{ manifest-serializer } \ +{hxx }{ version } \ $libs cxx.poptions += -I$src_root -- cgit v1.1