projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4685069
)
Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive.
author
Greg Clayton
<gclayton@apple.com>
Thu, 28 Feb 2013 18:45:39 +0000
(18:45 +0000)
committer
Greg Clayton
<gclayton@apple.com>
Thu, 28 Feb 2013 18:45:39 +0000
(18:45 +0000)
llvm-svn: 176281
lldb/test/lang/objc/forward-decl/Makefile
patch
|
blob
|
history
diff --git
a/lldb/test/lang/objc/forward-decl/Makefile
b/lldb/test/lang/objc/forward-decl/Makefile
index 4337a8a0ac024aebfdffd0be6ec49a870754c57c..e02468005130f557122838410e5ea7c252dc64cf 100644
(file)
--- a/
lldb/test/lang/objc/forward-decl/Makefile
+++ b/
lldb/test/lang/objc/forward-decl/Makefile
@@
-4,6
+4,6
@@
DYLIB_NAME := libContainer
DYLIB_OBJC_SOURCES := Container.m
OBJC_SOURCES := main.m
-LDFLAGS = -framework Foundation
-
include $(LEVEL)/Makefile.rules
+
+LDFLAGS += -framework Foundation