compiler.cfg has to come after make.cfg to get the GENDIR definition ..

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52332 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
NicJA 2016-03-29 01:21:45 +00:00
parent c236c4c989
commit c9ebb7e193
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
#
# Top Level build config file for AROS builds.
-include $(GENDIR)/config/compiler.cfg
include $(TOP)/config/make.cfg
-include $(GENDIR)/config/compiler.cfg