aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libgomp/testsuite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/libgomp/testsuite/Makefile.am')
-rw-r--r--gcc-4.4.3/libgomp/testsuite/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.4.3/libgomp/testsuite/Makefile.am b/gcc-4.4.3/libgomp/testsuite/Makefile.am
deleted file mode 100644
index 561b7e254..000000000
--- a/gcc-4.4.3/libgomp/testsuite/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-
-AUTOMAKE_OPTIONS = foreign dejagnu
-
-# May be used by various substitution variables.
-gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
-
-EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
- echo $(top_builddir)/../expect/expect; else echo expect; fi)
-
-_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
- echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
-RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"