Fix make errors (define the DYLIB_ONLY make variable).

llvm-svn: 147823
This commit is contained in:
Johnny Chen 2012-01-10 01:29:35 +00:00
parent beac8f991f
commit 38ef9a9b94
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
LEVEL = ../../../../test/make
DYLIB_NO_EXECUTABLE := YES
DYLIB_NAME := FDInterposing
DYLIB_ONLY := YES
DYLIB_CXX_SOURCES := FDInterposing.cpp
include $(LEVEL)/Makefile.rules