From d23fab09a2dd620f001dc34a1a46c0b1ce473ee3 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Thu, 12 Sep 2019 14:21:59 +0000 Subject: [lldb][NFC] Simplify makefiles also for breakpoint tests These tests were temporarily missing when the big Makefile simplification patch landed, so this just applies the same change to these tests. llvm-svn: 371738 --- .../lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile index ac984f101c1..af0cd3066df 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile +++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile @@ -1,5 +1,3 @@ -LEVEL = ../../../make - C_SOURCES := main.c a.c -include $(LEVEL)/Makefile.rules +include Makefile.rules -- cgit v1.2.3