]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/configure.in
configure.in: Remove unnecessary test.
[thirdparty/gcc.git] / gcc / configure.in
index c99a33411d1876d4c66e93861bed2392b18851c4..8913825ad1853fc951c29723263132b7575fe405 100644 (file)
@@ -1482,15 +1482,10 @@ fi
 # Expand extra_headers to include complete path.
 # This substitutes for lots of t-* files.
 extra_headers_list=
-if test "x$extra_headers" = x
-then true
-else
-       # Prepend ${srcdir}/config/${cpu_type}/ to every entry in extra_headers.
-       for file in $extra_headers;
-       do
-               extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
-       done
-fi
+# Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
+for file in ${extra_headers} ; do
+  extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
+done
 
 # Add a definition of USE_COLLECT2 if system wants one.
 case $use_collect2 in