diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-09-11 18:04:00 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-09-11 18:04:00 +0000 |
| commit | 27bb35e613efd07fa43bde157176ebea3b1764e7 (patch) | |
| tree | 8bd3a647124c3014291a2fabe43f3f637a1200a8 /autoconf | |
| parent | 613758d55d4cce964f29772c209f7f5540c2760c (diff) | |
| download | external_llvm-27bb35e613efd07fa43bde157176ebea3b1764e7.zip external_llvm-27bb35e613efd07fa43bde157176ebea3b1764e7.tar.gz external_llvm-27bb35e613efd07fa43bde157176ebea3b1764e7.tar.bz2 | |
Fixed SPEC so that it would run correctly with the new autoconf-style object
directory.
Added Makefile.spec to the list of files to copy to the object directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
| -rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 5909ac7..bbe53d1 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -92,6 +92,7 @@ AC_CONFIG_MAKEFILE(test/Programs/TEST.dsgraph.gnuplot) AC_CONFIG_MAKEFILE(test/Programs/TEST.micro.Makefile) AC_CONFIG_MAKEFILE(test/Programs/External/Makefile) AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/Makefile) +AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/Makefile.spec) AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/Makefile) AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/179.art/Makefile) AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/183.equake/Makefile) |
