Fixed SPEC so that it would run correctly with the new autoconf-style object
authorJohn Criswell <criswell@uiuc.edu>
Thu, 11 Sep 2003 18:04:00 +0000 (18:04 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 11 Sep 2003 18:04:00 +0000 (18:04 +0000)
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

autoconf/configure.ac

index 5909ac7adb0b28d3a8a10bef72ac4b8084936dde..bbe53d13b816de6791d80d4f24e2166ae46881bd 100644 (file)
@@ -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)