From 27bb35e613efd07fa43bde157176ebea3b1764e7 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 11 Sep 2003 18:04:00 +0000 Subject: [PATCH] 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 --- autoconf/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 5909ac7adb0..bbe53d13b81 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)