From ce8a94e6a76097ef7eeb34df4257991a20599712 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Jan 2015 11:39:21 +0200 Subject: Track file extension in target, prerequisite --- build/context.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/context.cxx') diff --git a/build/context.cxx b/build/context.cxx index fc4ec1c..2eb76c0 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file -#include - #include +#include + using namespace std; namespace build -- cgit v1.1