From 46d62086c2ac4358ba39a3db0f9ebc0a5ed10b30 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Sun, 18 Mar 2012 11:23:31 +0000 Subject: [PATCH] complex.h: move from compiler/clib/include to compiler/mlib git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44422 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/{clib/include => mlib}/complex.h | 0 compiler/mlib/mmakefile.src | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename compiler/{clib/include => mlib}/complex.h (100%) diff --git a/compiler/clib/include/complex.h b/compiler/mlib/complex.h similarity index 100% rename from compiler/clib/include/complex.h rename to compiler/mlib/complex.h diff --git a/compiler/mlib/mmakefile.src b/compiler/mlib/mmakefile.src index e037f2a68a..405abcee41 100644 --- a/compiler/mlib/mmakefile.src +++ b/compiler/mlib/mmakefile.src @@ -182,7 +182,7 @@ endif #MM- includes-copy : includes-copy-mlib #MM includes-copy-mlib: setup-includes -includes-copy-mlib : $(AROS_INCLUDES)/math.h +includes-copy-mlib : $(AROS_INCLUDES)/math.h $(AROS_INCLUDES)/complex.h %rule_copy from=$(SRCDIR)/$(CURDIR)/%.h to=$(AROS_INCLUDES)/%.h -- 2.11.4.GIT