summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile
blob: 7c6a18b0f24d6e0941cc9a4366742950e2ec811b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_SOURCES := relative.cpp

EXE := CompDirSymLink

include Makefile.rules

# Force relative filenames by copying it into the build directory.
relative.cpp: main.cpp
	cp -f $< $@

clean::
	rm -rf relative.cpp
OpenPOWER on IntegriCloud