diff options
-rw-r--r-- | tools/analyze/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/analyze/Makefile.am b/tools/analyze/Makefile.am index b54c7b3cf7..5598a155c4 100644 --- a/tools/analyze/Makefile.am +++ b/tools/analyze/Makefile.am @@ -17,6 +17,7 @@ analyze_SOURCES = \ GraphPrinters.cpp analyze_LDADD = \ - $(call GETOBJS,AsmParser,BCReader,Core) \ - $(call GETLIBS,Analysis,IPA,DataStructure,ScalarOpts,Transforms,Target) \ - $(call GETLIBS,ScalarOpts,TransformUtils,Support,System) + $(call GETOBJS,AsmParser,BCReader,Analysis,IPA,DataStructure,ScalarOpts) \ + $(call GETLIBS,Transforms,Target,ScalarOpts,TransformUtils) \ + $(call GETOBJS,Core) \ + $(call GETLIBS,Support,System) |