From 1d15ebd0d5e47ee00640314c8c357fef97ce1927 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 12 Aug 2015 12:18:01 +0000 Subject: Better xyzzyfication to abstract it from targets.mak --- package/targets.mak | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'package') diff --git a/package/targets.mak b/package/targets.mak index e2b36cf..b26ed04 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -47,16 +47,4 @@ wait SBIN_TARGETS := LIBEXEC_TARGETS := -ifdef DO_ALLSTATIC -LIBEXECLINE := libexecline.a.xyzzy -else -LIBEXECLINE := libexecline.so.xyzzy -endif - -ifdef DO_SHARED -SHARED_LIBS := libexecline.so.xyzzy -endif - -ifdef DO_STATIC -STATIC_LIBS := libexecline.a.xyzzy -endif +LIB_DEFS := EXECLINE=execline -- cgit v1.3.1