diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile deleted file mode 100644 index 8af06446ece..00000000000 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -LEVEL = ../../../make - -DYLIB_CXX_SOURCES := plugin.cpp -DYLIB_NAME := plugin -DYLIB_ONLY := YES -MAKE_DSYM := NO - -include $(LEVEL)/Makefile.rules |