summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
index 5673a499377..c75a079fe81 100644
--- a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
@@ -6,12 +6,11 @@ endif
CFLAGS ?= -g -O0 -arch $(ARCH)
-all: clean TestApp
+all: TestApp.app/Contents/MacOS/TestApp
-TestApp:
+TestApp.app/Contents/MacOS/TestApp:
$(CC) $(CFLAGS) -o TestApp main.c
- mv TestApp TestApp.app/Contents/MacOs/TestApp
+ mv TestApp TestApp.app/Contents/MacOS/TestApp
mv TestApp.dSYM TestApp.app.dSYM
clean:
rm -rf TestApp.app/Contents/MacOS/TestApp TestApp.app.dSYM
-
OpenPOWER on IntegriCloud