summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--libcurl/libcurl/buildfile4
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 7a61128..6d43ab0 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}
{