Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.core.tests/data/Makefile.main')
-rw-r--r--build/org.eclipse.cdt.make.core.tests/data/Makefile.main4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.make.core.tests/data/Makefile.main b/build/org.eclipse.cdt.make.core.tests/data/Makefile.main
new file mode 100644
index 00000000000..32c5fefcc80
--- /dev/null
+++ b/build/org.eclipse.cdt.make.core.tests/data/Makefile.main
@@ -0,0 +1,4 @@
+VAR = foo
+include Makefile.incl
+main: $(VAR)
+ nothing

Back to the top