diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-12 16:36:17 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-12 16:36:17 +0000 |
commit | 39e8389ba8772bbe87fdd95a1523c22e062fcf9f (patch) | |
tree | eef0d2fb02fad3514deb0b32b3d81ef1752aca15 /autoconf | |
parent | 48e3cb940a7eaf9ffebd8538b9080c4204473fae (diff) | |
download | external_llvm-39e8389ba8772bbe87fdd95a1523c22e062fcf9f.zip external_llvm-39e8389ba8772bbe87fdd95a1523c22e062fcf9f.tar.gz external_llvm-39e8389ba8772bbe87fdd95a1523c22e062fcf9f.tar.bz2 |
Caught a few misses in the last modification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 0199d33..ab904c3 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -113,6 +113,8 @@ AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Makefile.multisrc) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/Burg/Makefile) +AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/aha/Makefile) +AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/sgefa/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/McCat/Makefile) @@ -137,16 +139,14 @@ AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Olden/power/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Olden/treeadd/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/MultiSource/OptimizerEval/Makefile) +AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/OptimizerEval/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/anagram/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/bc/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/ft/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/ks/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/aha/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/llubenchmark/Makefile) -AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/sgefa/Makefile) AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/sim/Makefile) AC_CONFIG_MAKEFILE(test/Programs/NoSource/Makefile) AC_CONFIG_MAKEFILE(test/Programs/NoSource/Flex/Makefile) |