Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.qnx/library/spawner/x86/Makefile')
-rw-r--r--core/org.eclipse.cdt.core.qnx/library/spawner/x86/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/org.eclipse.cdt.core.qnx/library/spawner/x86/Makefile b/core/org.eclipse.cdt.core.qnx/library/spawner/x86/Makefile
deleted file mode 100644
index 6a18617612e..00000000000
--- a/core/org.eclipse.cdt.core.qnx/library/spawner/x86/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-LIST=VARIANT
-ifndef QRECURSE
-QRECURSE=recurse.mk
-ifdef QCONFIG
-QRDIR=$(dir $(QCONFIG))
-endif
-endif
-include $(QRDIR)$(QRECURSE)

Back to the top