[llvm-commits] CVS: llvm/tools/bugpoint/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/tools/bugpoint:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+6 -4)
Index: llvm/tools/bugpoint/Makefile.am
diff -u llvm/tools/bugpoint/Makefile.am:1.1 llvm/tools/bugpoint/Makefile.am:1.2
--- llvm/tools/bugpoint/Makefile.am:1.1 Sun Oct 10 17:33:09 2004
+++ llvm/tools/bugpoint/Makefile.am Wed Oct 13 06:46:52 2004
@@ -7,7 +7,7 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
bin_PROGRAMS = bugpoint
@@ -22,6 +22,8 @@
TestPasses.cpp
bugpoint_LDADD = \
- $(call GETOBJS,AsmParser,BCReader,BCWriter,Core,ProfilePaths) \
- $(call GETLIBS,IPO,ScalarOpts,Analysis,Transforms,Instrument) \
- $(call GETLIBS,DataStructure,IPA,Target,TransformUtils,Support,System)
+ $(call GETOBJS,IPO,ScalarOpts,Analysis,Transforms,Instrument,ProfilePaths) \
+ $(call GETOBJS,DataStructure,IPA) \
+ $(call GETLIBS,Target) \
+ $(call GETOBJS,TransformUtils,AsmParser,BCReader,BCWriter,Core) \
+ $(call GETLIBS,Support,System)
More information about the llvm-commits
mailing list