From f8e319e852280d650dc0532f1e6099c903508a3d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Apr 2021 17:01:01 +0300 Subject: Make .vers and .expsym files prerequisites of libs type target --- TODO | 2 -- libcurl/libcurl/buildfile | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index a7d16aa..7318efa 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ On the revision: -- Make the .vers and .expsym files prerequisites of the libs type target. - - Canonicalize the license in the package manifests. - Fix the switch statements in the buildfiles, replacing 'switch $c.class, diff --git a/libcurl/libcurl/buildfile b/libcurl/libcurl/buildfile index f4840fa..fa95636 100644 --- a/libcurl/libcurl/buildfile +++ b/libcurl/libcurl/buildfile @@ -25,8 +25,8 @@ bsd = ($tclass == 'bsd') macos = ($tclass == 'macos') windows = ($tclass == 'windows') -lib{curl}: vsc{libcurl}: include = ($linux || $bsd ? adhoc : false) -lib{curl}: esm{libcurl-symbols}: include = ($macos ? adhoc : false) +libs{curl}: vsc{libcurl}: include = ($linux || $bsd ? adhoc : false) +libs{curl}: esm{libcurl-symbols}: include = ($macos ? adhoc : false) vsc{libcurl}: lib/in{libcurl} { -- cgit v1.1