From 10fd2aface4486fc7f873dd2b54a1c2073c0b434 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Dec 2015 14:46:45 +0200 Subject: Reimplement define as dynamic derivation rather than alias New syntax: define cli: file The rationale is we need to be able to assign the file extension (using type/pattern-specific variables). And if it is an alias, we will assign it to the original target type. Note that we could still support aliases if we need to. Will need to bring back the id member in target_type that would normally point to itself but for an alias would point to the origin. --- build/prerequisite | 1 - 1 file changed, 1 deletion(-) (limited to 'build/prerequisite') diff --git a/build/prerequisite b/build/prerequisite index f91a199..3022e44 100644 --- a/build/prerequisite +++ b/build/prerequisite @@ -10,7 +10,6 @@ #include #include // move #include -#include #include // reference_wrapper #include -- cgit v1.1