Deleted Added
full compact
Makefile (234353) Makefile (246705)
1# $FreeBSD: head/usr.bin/clang/bugpoint/Makefile 234353 2012-04-16 21:23:25Z dim $
1# $FreeBSD: head/usr.bin/clang/bugpoint/Makefile 246705 2013-02-12 05:56:00Z andrew $
2
2
3.include <bsd.own.mk>
4
3PROG_CXX=bugpoint
4
5SRCDIR= tools/bugpoint
6SRCS= BugDriver.cpp \
7 CrashDebugger.cpp \
8 ExecutionDriver.cpp \
9 ExtractFunction.cpp \
10 FindBugs.cpp \

--- 26 unchanged lines hidden ---
5PROG_CXX=bugpoint
6
7SRCDIR= tools/bugpoint
8SRCS= BugDriver.cpp \
9 CrashDebugger.cpp \
10 ExecutionDriver.cpp \
11 ExtractFunction.cpp \
12 FindBugs.cpp \

--- 26 unchanged lines hidden ---